Add nix-gc-env input

This commit is contained in:
Alexander Heldt
2024-07-27 11:38:14 +02:00
parent 9b770da4d3
commit ca05d02b85
2 changed files with 18 additions and 0 deletions

16
flake.lock generated
View File

@@ -166,6 +166,21 @@
"type": "github"
}
},
"nix-gc-env": {
"locked": {
"lastModified": 1688934394,
"narHash": "sha256-Y72My5Ym2w9jhprmw8kQrom7ObvzqZ3DfNO2r3ZqfOo=",
"owner": "Julow",
"repo": "nix-gc-env",
"rev": "c1e41568772c21a8274ab8edf5d0faadd5df4c8c",
"type": "github"
},
"original": {
"owner": "Julow",
"repo": "nix-gc-env",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1721754224,
@@ -242,6 +257,7 @@
"home-manager": "home-manager_2",
"hyprland-contrib": "hyprland-contrib",
"nh": "nh",
"nix-gc-env": "nix-gc-env",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
"pppdotpm-site": "pppdotpm-site"

View File

@@ -11,6 +11,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-gc-env.url= "github:Julow/nix-gc-env";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";