From ab2b001265d9e9ec92542812bf301c6642f0595b Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Wed, 17 Apr 2024 15:02:31 +0800 Subject: [PATCH] Nix: allow nix-shell without explicit path to shell.nix (#32035) --- shell.nix | 1 + 1 file changed, 1 insertion(+) create mode 120000 shell.nix diff --git a/shell.nix b/shell.nix new file mode 120000 index 00000000000..16e63ef6389 --- /dev/null +++ b/shell.nix @@ -0,0 +1 @@ +etc/shell.nix \ No newline at end of file