From e024de6dd3d30342158372813d4fef0d66709735 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 15 Sep 2023 23:29:00 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index 44b31cf6..8924ae9b 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -48,7 +48,7 @@ } sops-update() { - nix-shell -p sops --run "sops updatekeys $1" + nix-shell -p sops --run "sops updatekeys $1" /etc/nixos/git/shell.nix } nix-clean-all() {