summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 2820eb1a..2840bec7 100644
--- a/shell.nix
+++ b/shell.nix
@@ -12,5 +12,6 @@ in pkgs.mkShell {
12 name = "nixos"; 12 name = "nixos";
13 nativeBuildInputs = with pkgs; [ 13 nativeBuildInputs = with pkgs; [
14 nixWithFlakes 14 nixWithFlakes
15 sops
15 ]; 16 ];
16} 17}