Change test for being on nixos again

This commit is contained in:
Andrew Cann 2017-02-11 16:17:54 +08:00
parent 6e2631a014
commit e0a5b9d746
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class RustBuild(object):
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