flake: add disko

This commit is contained in:
Infinidoge 2024-04-16 03:20:40 -04:00
parent 13b78a18df
commit 12c600edf1
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 24 additions and 0 deletions

21
flake.lock generated
View file

@ -88,6 +88,26 @@
"type": "github"
}
},
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1713204594,
"narHash": "sha256-5yyHYBWFZUKXkJvOccPBeX83hH2iED54NLnWs2eWgS0=",
"owner": "nix-community",
"repo": "disko",
"rev": "d51114dc1bf3cfaba2b6644aabd16ff0c9909af5",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
@ -313,6 +333,7 @@
"agenix": "agenix",
"blank": "blank",
"devshell": "devshell",
"disko": "disko",
"flake-parts": "flake-parts",
"flake-registry": "flake-registry",
"flake-utils": "flake-utils",