mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Add just-command for sops development
This commit is contained in:
parent
236d1cc5b8
commit
580b7bcfce
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -26,5 +26,8 @@ fmt:
|
||||||
check:
|
check:
|
||||||
nix flake check
|
nix flake check
|
||||||
|
|
||||||
|
dev-sops:
|
||||||
|
nix develop .#sops --command zsh
|
||||||
|
|
||||||
build-iso:
|
build-iso:
|
||||||
nix build .#nixosConfigurations.installer.config.formats.iso -o result
|
nix build .#nixosConfigurations.installer.config.formats.iso -o result
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue