From f206bf92a441819058aab5b6dcd2beeea9b06f26 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Thu, 18 Jan 2024 02:28:17 +0100 Subject: [PATCH] Fix wrong path in emergency script shebang --- scripts/emergency-lapetus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/emergency-lapetus.sh b/scripts/emergency-lapetus.sh index aeeb3ca..2f845ab 100755 --- a/scripts/emergency-lapetus.sh +++ b/scripts/emergency-lapetus.sh @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell ./devshells/bootstrap/shell.nix +#!nix-shell ../devshells/bootstrap/shell.nix #!nix shell disko #!nix-shell -i bash