nh
This commit is contained in:
11
modules/wrappedPrograms/nh.nix
Normal file
11
modules/wrappedPrograms/nh.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ inputs, ...}:{
|
||||
perSystem = { pkgs, ... }:{
|
||||
packages.nh = inputs.wrappers.lib.wrapPackage {
|
||||
inherit pkgs;
|
||||
package = pkgs.nh;
|
||||
env = {
|
||||
"NH_FLAKE" = "/home/lily/Programming/LiNix";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user