5dd02b8ec94b6837c0c8b01a503ae52695febbdf
f545ed05f6cbbcbcc5c7bce118ea4b0a2d70b8a7
@@ -36,10 +36,12 @@ devShells = forAllSystems ( system: let pkgs = import nixpkgs { inherit system; }; + go = pkgs.go_1_26; in { default = pkgs.callPackage ./nix/shell.nix { inherit (gomod2nix.legacyPackages.${system}) mkGoEnv gomod2nix; + inherit go; }; } );