This commit is contained in:
iFargle 2023-09-15 23:34:59 +09:00
parent 3d0b6542bd
commit 849b5cc745

View file

@ -44,11 +44,11 @@
}; };
bashrcExtra = '' bashrcExtra = ''
sops-edit() { sops-edit() {
nix-shell -p sops --run "sops $1" /etc/nixos/git/shell.nix nix-shell -p sops --run "sops $1"
} }
sops-update() { sops-update() {
nix-shell /etc/nixos/git/shell.nix -p sops --run "sops updatekeys $1" nix-shell -p sops --run "sops updatekeys $1"
} }
nix-clean-all() { nix-clean-all() {