From aa66a039bd4f0952f5bd3bd01ce9002b00674f0b Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 30 May 2023 09:13:19 +0300 Subject: [PATCH] nix fixes --- run_onchange_before_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index f5abb18..6ee5b51 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -72,7 +72,7 @@ $Green########################################################################## ###############################################################################$NC" sleep 3 bash <(curl -L https://nixos.org/nix/install) --no-daemon - ~/.nix-profile/etc/profile.d/nix.sh + . ~/.nix-profile/etc/profile.d/nix.sh fi {{ end -}}