From 580b7bcfce51198d441318c2ec0711ec45ff7dbd Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 5 Sep 2024 22:50:41 +0200 Subject: [PATCH] Add just-command for sops development --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index e635c85..4107b7a 100644 --- a/justfile +++ b/justfile @@ -26,5 +26,8 @@ fmt: check: nix flake check +dev-sops: + nix develop .#sops --command zsh + build-iso: nix build .#nixosConfigurations.installer.config.formats.iso -o result