aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2025-09-02 20:16:15 +0300
committerspl3g <spleefer6@yandex.ru>2025-09-02 20:16:15 +0300
commitb79622c2b6f4318a31ba867f7e75698cfe8f264d (patch)
tree58d1e6fb6357c90e7527fc4925939359a5a4174c
parentb3f013f232ca2ef2fb48a2a4d787bcaf38a0bedf (diff)
feat: add sops to shell
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
};
}