Skip to content

Commit

Permalink
Change test for being on nixos again
Browse files Browse the repository at this point in the history
  • Loading branch information
canndrew committed Feb 11, 2017
1 parent 6e2631a commit e0a5b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/bootstrap.py
Expand Up @@ -202,7 +202,7 @@ def fix_executable(self, fname):
if ostype != "Linux":
return

if not os.path.exists("/etc/nixos"):
if not os.path.exists("/etc/NIXOS"):
return
if os.path.exists("/lib"):
return
Expand Down

0 comments on commit e0a5b9d

Please sign in to comment.