From eb72cd66b24fbd6bfb17afaf376f0e85986928cc Mon Sep 17 00:00:00 2001 From: Pavel Shirshov Date: Sun, 27 Oct 2024 19:14:08 +0000 Subject: [PATCH] wip: nixify --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index af1f761..c65112f 100755 --- a/build.sh +++ b/build.sh @@ -31,7 +31,7 @@ for i in "$@" do case $i in nix) ;; - env) exec sh ;; + env) exec bash -norc ;; *) "./devops/$i.sh" ;; esac done