From fbd8f13979e71d6091d1b162f49d3e00208ac257 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 4 Jul 2023 20:00:09 +0900 Subject: [PATCH] test --- common/dotfiles/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/dotfiles/bash.nix b/common/dotfiles/bash.nix index ed9871b2..74f31d55 100644 --- a/common/dotfiles/bash.nix +++ b/common/dotfiles/bash.nix @@ -41,7 +41,7 @@ nrb = "nixos-rebuild build"; # sops - sops = "nix-shell -p sops --run 'sops $1'" + sops = "nix-shell -p sops --run 'sops $1'"; }; }; };