From 7846baebaa78df52e4327a43efe23076bdc45723 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 2 May 2024 13:17:36 +0200 Subject: [PATCH] Add `sops` to the dev shell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 656664a..b455de3 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,7 @@ packages = [ nixos-rebuild + sops sops-import-keys-hook ];