diff options
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ default = pkgs.mkShell { # Enable experimental features without having to specify the argument NIX_CONFIG = "experimental-features = nix-command flakes"; - nativeBuildInputs = with pkgs; [ nix home-manager git neovim ]; + nativeBuildInputs = with pkgs; [ nix home-manager git neovim sops ]; }; } |
