From 67012a5091dc1d1dde5e3a46f926851e57b35226 Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Fri, 22 Nov 2024 12:03:35 +0800 Subject: Remove etc/shell.nix in favour of shell.nix (#34336) Signed-off-by: Delan Azabani --- python/servo/platform/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/platform/linux.py') 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': -- cgit v1.2.3