more testing

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-15 10:40:26 -05:00
parent af80dc05e2
commit 1ebdb42d62
4 changed files with 28 additions and 5 deletions

View file

@ -82,6 +82,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"
}
},
"flake-utils": {
"inputs": {
"systems": "systems_2"
@ -1159,6 +1180,7 @@
"root": {
"inputs": {
"common": "common",
"disko": "disko",
"nixpkgs": "nixpkgs_3",
"ros_neovim": "ros_neovim"
}