forked from Fediversity/Fediversity
add openssh to devshell, as seemingly needed to trigger nixops4 by flake in django
This commit is contained in:
parent
fbd1f2f576
commit
0bd65f1ed5
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
||||||
(inputs'.nixops4.packages.default.overrideAttrs {
|
(inputs'.nixops4.packages.default.overrideAttrs {
|
||||||
impureEnvVars = [ "DEPLOYMENT" ];
|
impureEnvVars = [ "DEPLOYMENT" ];
|
||||||
})
|
})
|
||||||
|
pkgs.openssh
|
||||||
pkgs.httpie
|
pkgs.httpie
|
||||||
pkgs.jq
|
pkgs.jq
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue