From 18c812ccf35cdab69a87a716ea4ced3313067c65 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 15 Mar 2024 14:03:50 -0400 Subject: [PATCH] 205 current 2024-03-15 14:03:42 24.05.20240314.d691274 6.8.0-zen1 * --- modules/home-manager/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 1b61b4a..be57680 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -105,7 +105,7 @@ # echo "Hello, ${config.home.username}!" # '') (pkgs.writeShellScriptBin "rebuild" '' - #!/usr/bin/env bash + #!${pkgs.bash}/bin/bash set -e pushd ~/nixos/ alejandra . &>/dev/null