Skip to content

Instantly share code, notes, and snippets.

@Akii
Created July 27, 2018 12:44
Show Gist options
  • Save Akii/fc23bf6b1a6a1a17be3ec86e861bc2c0 to your computer and use it in GitHub Desktop.
Save Akii/fc23bf6b1a6a1a17be3ec86e861bc2c0 to your computer and use it in GitHub Desktop.
self: super:
{
elescore = import (builtins.fetchGit {
url = https://github.com/Akii/elescore.git;
rev = "d4a305800157d4a1109f7fdaeda8f2814ddd002d";
});
}
{ config, pkgs, ... }:
{
nixpkgs.overlays = [
...
(import ./overlays/elescore.nix)
...
];
environment.systemPackages = with pkgs; [
...
elescore
...
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment