switch to deploykit from deploy_nixos
This commit is contained in:
parent
2387d97c5b
commit
d30e84aad5
5 changed files with 129 additions and 308 deletions
|
@ -1,9 +1,10 @@
|
|||
{ pkgs ? import <nixpkgs> {}
|
||||
, sops-import-keys-hook
|
||||
, deploykit
|
||||
}:
|
||||
|
||||
with pkgs;
|
||||
mkShell {
|
||||
mkShellNoCC {
|
||||
sopsPGPKeyDirs = [
|
||||
"./keys"
|
||||
];
|
||||
|
@ -23,5 +24,6 @@ mkShell {
|
|||
rsync
|
||||
|
||||
sops-import-keys-hook
|
||||
deploykit
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue