ma nur: init

This commit is contained in:
makefu 2018-08-06 16:28:17 +02:00
parent 75e8c9639e
commit 0d129eca55
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

7
makefu/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";
})) {};
};
}