feat(hosts): add cmdframe
Some checks failed
Test / tests (push) Failing after 12m36s

initial cmdframe configuration
This commit is contained in:
Felix Schröter 2025-06-04 18:03:55 +02:00
parent 67f8fa2cb5
commit 43c35fb2a8
Signed by: felschr
GPG key ID: 671E39E6744C807D
6 changed files with 173 additions and 0 deletions

22
flake.lock generated
View file

@ -100,6 +100,27 @@
"type": "github"
}
},
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1746728054,
"narHash": "sha256-eDoSOhxGEm2PykZFa/x9QG5eTH0MJdiJ9aR00VAofXE=",
"owner": "nix-community",
"repo": "disko",
"rev": "ff442f5d1425feb86344c028298548024f21256d",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "latest",
"repo": "disko",
"type": "github"
}
},
"firefox-addons": {
"inputs": {
"nixpkgs": [
@ -442,6 +463,7 @@
"agenix": "agenix",
"arkenfox-userjs": "arkenfox-userjs",
"deploy-rs": "deploy-rs",
"disko": "disko",
"firefox-addons": "firefox-addons",
"flake-parts": "flake-parts",
"flake-utils": "flake-utils",