diff options
| -rw-r--r-- | src/bootstrap/bootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index c5e00a58185..0ac4de2b8bf 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -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 |
