install-iso: use disko.makeDiskImage

This commit is contained in:
lassulus
2023-07-28 16:37:10 +02:00
parent 2c4667b1f5
commit 6d0dd33ff1
4 changed files with 67 additions and 3 deletions

21
flake.lock generated
View File

@@ -1,5 +1,25 @@
{
"nodes": {
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1690548222,
"narHash": "sha256-EcVjLOpbAuL/y55fLlEl3BNM4FP5Pwtp+6DbTiL6FDM=",
"owner": "nix-community",
"repo": "disko",
"rev": "43f17a8b31c49f6696b8b258d317161afdc7e36b",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
@@ -74,6 +94,7 @@
},
"root": {
"inputs": {
"disko": "disko",
"flake-parts": "flake-parts",
"nixos-generators": "nixos-generators",
"nixpkgs": "nixpkgs",