summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-12-31 14:32:30 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-01-03 20:17:33 +0100
commit055dd32001bdc96fcee3ba0159ae9bb7c922d4b6 (patch)
treeaef5674cd557397d703912db7d38db147f605837 /shell.nix
parentc6eac8a549fd9f55d5da908dbe49da9301e264f0 (diff)
downloadnixos-055dd32001bdc96fcee3ba0159ae9bb7c922d4b6.tar
nixos-055dd32001bdc96fcee3ba0159ae9bb7c922d4b6.tar.gz
nixos-055dd32001bdc96fcee3ba0159ae9bb7c922d4b6.tar.bz2
nixos-055dd32001bdc96fcee3ba0159ae9bb7c922d4b6.tar.xz
nixos-055dd32001bdc96fcee3ba0159ae9bb7c922d4b6.zip
Support for sops
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}