This commit is contained in:
2023-02-22 15:23:30 -05:00
parent 577d588412
commit c8ccc17148
7 changed files with 53 additions and 60 deletions

View File

@@ -14,6 +14,7 @@
devShell = pkgs.callPackage ./shell.nix {
inherit (sops-nix.packages."${pkgs.system}") sops-import-keys-hook ssh-to-pgp sops-init-gpg-key;
inherit (deploy.packages."${pkgs.system}") deploy-rs;
inherit pkgs;
};
})) // {
nixosConfigurations = import ./configurations.nix (inputs // {