test
This commit is contained in:
parent
3d0b6542bd
commit
849b5cc745
1 changed files with 2 additions and 2 deletions
|
@ -44,11 +44,11 @@
|
|||
};
|
||||
bashrcExtra = ''
|
||||
sops-edit() {
|
||||
nix-shell -p sops --run "sops $1" /etc/nixos/git/shell.nix
|
||||
nix-shell -p sops --run "sops $1"
|
||||
}
|
||||
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue