forked from DGNum/infrastructure
feat(shell): Update colmena to a version that understands sshOptions
This commit is contained in:
parent
4bc2ebf429
commit
0e8f752d79
2 changed files with 6 additions and 6 deletions
|
@ -81,10 +81,10 @@ in
|
|||
}))
|
||||
attic-client
|
||||
]
|
||||
++ (builtins.map (p: callPackage p { }) [
|
||||
(sources.disko + "/package.nix")
|
||||
./lib/colmena
|
||||
])
|
||||
++ [
|
||||
(callPackage (sources.disko + "/package.nix") { })
|
||||
(callPackage ./lib/colmena { inherit (import sources.nix-pkgs { inherit pkgs; }) colmena; })
|
||||
]
|
||||
)
|
||||
++ (import ./scripts { inherit pkgs; });
|
||||
|
||||
|
|
|
@ -193,9 +193,9 @@
|
|||
"url": "https://git.hubrecht.ovh/hubrecht/nix-pkgs"
|
||||
},
|
||||
"branch": "main",
|
||||
"revision": "1a0f0ad29565db768db52d92973f92993c7c16ed",
|
||||
"revision": "20222847f9ed5ea7670dd2fdb1110b7b521c6237",
|
||||
"url": null,
|
||||
"hash": "14yiyh6zg3kybnqh1dfmwcm7hydc1xvapsamf4hzbnfssfgzvvwk"
|
||||
"hash": "1pyvhcglmsp9zgkm569gbd0fm96vxyxwwf3bk8smiiylld2avmqx"
|
||||
},
|
||||
"nixos-23.11": {
|
||||
"type": "Channel",
|
||||
|
|
Loading…
Reference in a new issue