Change test for being on NixOS
This commit is contained in:
parent
64c1ac82dc
commit
6e2631a014
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class RustBuild(object):
|
|||
if ostype != "Linux":
|
||||
return
|
||||
|
||||
if not os.path.exists("/nix/store"):
|
||||
if not os.path.exists("/etc/nixos"):
|
||||
return
|
||||
if os.path.exists("/lib"):
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue