ma nur: init

This commit is contained in:
makefu 2018-08-06 16:28:17 +02:00
parent 10636bcdbc
commit 4f0c9b8b77

7
2configs/nur.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs, ... }:{
nixpkgs.config.packageOverrides = pkgs: {
nur = pkgs.callPackage (import (builtins.fetchGit {
url = "https://github.com/nix-community/NUR";
})) {};
};
}