flake.nix: use ./tool instead of nixpkgs

This ensure consistency between tooling used by nix and non-nix users.

Updates tailscale/corp#25620

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2025-01-03 12:22:08 +01:00
parent ff095606cc
commit 719db5f508
No known key found for this signature in database

View File

@ -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