mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove etc/shell.nix in favour of shell.nix (#34336)
Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
1f0b88934b
commit
67012a5091
5 changed files with 5 additions and 7 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue