feat(nixos): add disko module for declarative partitioning

This commit is contained in:
Mohammad Rafiq 2025-07-07 11:28:09 +08:00
parent 06a3f024c5
commit 714c3b8940
No known key found for this signature in database
4 changed files with 101 additions and 4 deletions

21
flake.lock generated
View file

@ -35,6 +35,26 @@
"type": "github"
}
},
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1751854533,
"narHash": "sha256-U/OQFplExOR1jazZY4KkaQkJqOl59xlh21HP9mI79Vc=",
"owner": "nix-community",
"repo": "disko",
"rev": "16b74a1e304197248a1bc663280f2548dbfcae3c",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
"files": {
"locked": {
"lastModified": 1750263550,
@ -171,6 +191,7 @@
"inputs": {
"dedupe_flake-compat": "dedupe_flake-compat",
"dedupe_gitignore": "dedupe_gitignore",
"disko": "disko",
"files": "files",
"flake-parts": "flake-parts",
"git-hooks": "git-hooks",