ma nur: init
This commit is contained in:
parent
10636bcdbc
commit
4f0c9b8b77
7
2configs/nur.nix
Normal file
7
2configs/nur.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:{
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
nur = pkgs.callPackage (import (builtins.fetchGit {
|
||||
url = "https://github.com/nix-community/NUR";
|
||||
})) {};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue