Windows bootstrap support

This commit is contained in:
Martin Robinson 2023-06-23 11:07:18 +02:00 committed by Martin Robinson
parent 35ab311635
commit 633d9b0eb9
10 changed files with 69 additions and 74 deletions

View file

@ -94,7 +94,7 @@ class Linux(Base):
return (distrib, version)
def _platform_bootstrap(self, _cache_dir: str, force: bool) -> bool:
def _platform_bootstrap(self, force: bool) -> bool:
if self.distro.lower() == 'nixos':
print('NixOS does not need bootstrap, it will automatically enter a nix-shell')
print('Just run ./mach build')