aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/platform/linux.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/platform/linux.py')
-rw-r--r--python/servo/platform/linux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/platform/linux.py b/python/servo/platform/linux.py
index 2e3a7d2a5c7..516b7448686 100644
--- a/python/servo/platform/linux.py
+++ b/python/servo/platform/linux.py
@@ -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')