switch to deploykit from deploy_nixos

This commit is contained in:
Jörg Thalheim 2022-08-29 14:11:38 +02:00
parent 2387d97c5b
commit d30e84aad5
5 changed files with 129 additions and 308 deletions

View file

@ -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
];
}