Start adding sops secrets

This commit is contained in:
2023-04-23 14:27:27 +02:00
parent af6a6b8d79
commit b8841a2c3e
3 changed files with 29 additions and 0 deletions

8
shell.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
sops
gnupg
];
}