From 849b5cc745bf93728e60e207abfcd9a598c7be4a Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 15 Sep 2023 23:34:59 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index 1309972e..8eb30bf0 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -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() {