diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-09-02 20:16:15 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-09-02 20:16:15 +0300 |
| commit | b79622c2b6f4318a31ba867f7e75698cfe8f264d (patch) | |
| tree | 58d1e6fb6357c90e7527fc4925939359a5a4174c /shell.nix | |
| parent | b3f013f232ca2ef2fb48a2a4d787bcaf38a0bedf (diff) | |
feat: add sops to shell
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 ]; }; } |
