flake: add input unattendend-installer

main
Felix Stupp 2 months ago
parent 34b3abebc0
commit 91758a17ee
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -112,7 +112,8 @@
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nixpkgs_unstable": "nixpkgs_unstable", "nixpkgs_unstable": "nixpkgs_unstable",
"secrix": "secrix" "secrix": "secrix",
"unattended-installer": "unattended-installer"
} }
}, },
"secrix": { "secrix": {
@ -135,6 +136,29 @@
"repo": "secrix", "repo": "secrix",
"type": "github" "type": "github"
} }
},
"unattended-installer": {
"inputs": {
"disko": [
"disko"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1724352083,
"narHash": "sha256-GP8YzfLFOFcSSRqGkzG7HGu/hT749saBgRUMSClkqwU=",
"owner": "chrillefkr",
"repo": "nixos-unattended-installer",
"rev": "25936f740d57d43a05adbb0e667deabd641d9ebc",
"type": "github"
},
"original": {
"owner": "chrillefkr",
"repo": "nixos-unattended-installer",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

@ -27,6 +27,12 @@
# required for configs # required for configs
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
unattended-installer = {
url = "github:chrillefkr/nixos-unattended-installer";
inputs.disko.follows = "disko";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = outputs =

Loading…
Cancel
Save