feat: move things around

This commit is contained in:
eric
2026-03-18 17:41:10 +01:00
parent f558ab4ba9
commit 1de34c1869
22 changed files with 54 additions and 2692 deletions

24
flake.lock generated
View File

@@ -22,9 +22,29 @@
"type": "github"
}
},
"deployment": {
"inputs": {
"colmena": "colmena",
"disko": "disko",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 0,
"narHash": "sha256-BW+YgPQb2t5davyiQ6gb4sIbBdIL72jCaLGiehkGT9U=",
"type": "git",
"url": "file:../nix-deployment"
},
"original": {
"type": "git",
"url": "file:../nix-deployment"
}
},
"disko": {
"inputs": {
"nixpkgs": [
"deployment",
"nixpkgs"
]
},
@@ -96,6 +116,7 @@
"nix-github-actions": {
"inputs": {
"nixpkgs": [
"deployment",
"colmena",
"nixpkgs"
]
@@ -148,8 +169,7 @@
},
"root": {
"inputs": {
"colmena": "colmena",
"disko": "disko",
"deployment": "deployment",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs_2"
}