create a preliminary planning

This commit is contained in:
Noa Aarts 2025-11-11 15:33:23 +01:00
parent c5676c0c33
commit 96f52f687b
Signed by: noa
GPG key ID: 1850932741EFF672
5 changed files with 3744 additions and 22 deletions

20
flake.lock generated
View file

@ -86,22 +86,6 @@
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1756125398,
"narHash": "sha256-XexyKZpf46cMiO5Vbj+dWSAXOnr285GHsMch8FBoHbc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3b9f00d7a7bf68acd4c4abb9d43695afb04e03a5",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
@ -157,7 +141,9 @@
"crane": "crane",
"fenix": "fenix",
"flake-parts": "flake-parts",
"nixpkgs": "nixpkgs_2",
"nixpkgs": [
"nixpkgs"
],
"rust-manifest": "rust-manifest",
"systems": "systems"
},