Skip to content

Commit

Permalink
flake: remove go_1_22 overlay
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Apr 23, 2024
1 parent 8de881b commit fad09d0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions overlays/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ final: prev: {
# hash = "";
# };
# });
go_1_22 = prev.go_1_22.overrideAttrs (finalAttrs: _prevAttrs: {
version = "1.22.2";
src = final.fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-N06oKyiexzjpaCZ8rFnH1f8YD5SSJQJUeEsgROkN9ak=";
};
});

# Add the required extensions to the Azure CLI.
azure-cli = prev.azure-cli.override {
Expand Down

0 comments on commit fad09d0

Please sign in to comment.