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>
main
Kristoffer Dalby 2 months ago committed by Kristoffer Dalby
parent a58a8fc1e8
commit dc80fd6324
  1. 2
      flake.nix

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

Loading…
Cancel
Save