add nixos-generator

This commit is contained in:
jopejoe1 2024-01-10 19:51:13 +01:00
parent 7a987a1fc3
commit fea6ae70a4
4 changed files with 92 additions and 0 deletions

24
flake.lock generated
View file

@ -286,6 +286,29 @@
"type": "github"
}
},
"nixos-generators": {
"inputs": {
"nixlib": [
"nixpkgs-lib"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1701689616,
"narHash": "sha256-ewnfgvRy73HoP5KnYmy1Rcr4m4yShvsb6TCCaKoW8pc=",
"owner": "nix-community",
"repo": "nixos-generators",
"rev": "246219bc21b943c6f6812bb7744218ba0df08600",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixos-generators",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1704632650,
@ -503,6 +526,7 @@
"libnbtplusplus": "libnbtplusplus",
"nix-filter": "nix-filter",
"nix-systems": "nix-systems",
"nixos-generators": "nixos-generators",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2",
"nixpkgs-lib": "nixpkgs-lib",