Skip to content

Commit 6e2631a

Browse files
committed
Change test for being on NixOS
1 parent 64c1ac8 commit 6e2631a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def fix_executable(self, fname):
202202
if ostype != "Linux":
203203
return
204204

205-
if not os.path.exists("/nix/store"):
205+
if not os.path.exists("/etc/nixos"):
206206
return
207207
if os.path.exists("/lib"):
208208
return

0 commit comments

Comments
 (0)