Created
July 27, 2018 12:44
-
-
Save Akii/fc23bf6b1a6a1a17be3ec86e861bc2c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
self: super: | |
{ | |
elescore = import (builtins.fetchGit { | |
url = https://github.com/Akii/elescore.git; | |
rev = "d4a305800157d4a1109f7fdaeda8f2814ddd002d"; | |
}); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ 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