diff options
author | Delan Azabani <dazabani@igalia.com> | 2024-11-22 12:03:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 04:03:35 +0000 |
commit | 67012a5091dc1d1dde5e3a46f926851e57b35226 (patch) | |
tree | 105ecba7983829b94bd39676a58b78d31d0716f2 /python/servo/platform/linux.py | |
parent | 1f0b88934b628b49ad12db599ec36fc552bd49fd (diff) | |
download | servo-67012a5091dc1d1dde5e3a46f926851e57b35226.tar.gz servo-67012a5091dc1d1dde5e3a46f926851e57b35226.zip |
Remove etc/shell.nix in favour of shell.nix (#34336)
Signed-off-by: Delan Azabani <dazabani@igalia.com>
Diffstat (limited to 'python/servo/platform/linux.py')
-rw-r--r-- | python/servo/platform/linux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/platform/linux.py b/python/servo/platform/linux.py index 41ec851de83..c6bf1be5b92 100644 --- a/python/servo/platform/linux.py +++ b/python/servo/platform/linux.py @@ -126,7 +126,7 @@ class Linux(Base): print('You will need to run a nix-shell if you are trying ' 'to run any of the built binaries') print('To enter the nix-shell manually use:') - print(' $ nix-shell etc/shell.nix') + print(' $ nix-shell') return False if self.distro.lower() == 'ubuntu' and self.version > '22.04': |