diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | } |