From b79622c2b6f4318a31ba867f7e75698cfe8f264d Mon Sep 17 00:00:00 2001 From: spl3g Date: Tue, 2 Sep 2025 20:16:15 +0300 Subject: feat: add sops to shell --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index f8bd925..c1395d5 100644 --- a/shell.nix +++ b/shell.nix @@ -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 ]; }; } -- cgit v1.2.3