flake: fix default devShell

The devshell had the wrong name expected by the flake compat package causing
weird behaviour if you loaded it initiating the wrong go compiler.

Updates #16637

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2026-02-22 06:29:55 +01:00 committed by Kristoffer Dalby
parent a58a8fc1e8
commit dc80fd6324

View File

@ -132,7 +132,7 @@
});
devShells = eachSystem (pkgs: {
devShell = pkgs.mkShell {
default = pkgs.mkShell {
packages = with pkgs; [
curl
git