diff --git a/flake.nix b/flake.nix index 95d5c3035..c28b5fa20 100644 --- a/flake.nix +++ b/flake.nix @@ -111,6 +111,10 @@ tailscale = ts; }; devShell = pkgs.mkShell { + shellHook = '' + export PATH=$PWD/tool:$PATH + ''; + packages = with pkgs; [ curl git @@ -118,8 +122,6 @@ gotools graphviz perl - go_1_23 - yarn # qemu and e2fsprogs are needed for natlab qemu