nix: use disko as a module

This commit is contained in:
Primrose 2024-07-26 19:09:08 +02:00
parent 5be02dc55f
commit 2fedc3d1b5
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 29 additions and 5 deletions

21
flake.lock generated
View file

@ -71,6 +71,26 @@
"type": "github"
}
},
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1721871128,
"narHash": "sha256-NyWVCnSeePnJHGJxZ0l3zdGQGrVjUcx2IJbV8KIsPf0=",
"owner": "nix-community",
"repo": "disko",
"rev": "55e874b9c14764cb791e5740f0e92202e41393fc",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
@ -471,6 +491,7 @@
"agenix": "agenix",
"audio-lint": "audio-lint",
"deploy-rs": "deploy-rs",
"disko": "disko",
"flake-parts": "flake-parts",
"hbrainfuck": "hbrainfuck",
"home-manager": "home-manager",