Skip to content

Commit

Permalink
chore: bump flake to upstream go 1.22.5
Browse files Browse the repository at this point in the history
Signed-off-by: budimanjojo <budimanjojo@gmail.com>
  • Loading branch information
budimanjojo committed Jul 9, 2024
1 parent cbf51cc commit ddb84f5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 28 deletions.
30 changes: 12 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
{
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
overlays = [
(final: prev: {
go_1_22 = prev.go_1_22.overrideAttrs (old: {
src = prev.fetchurl {
url = "https://go.dev/dl/go1.22.3.src.tar.gz";
hash = "sha256-gGSO80+QMZPXKlnA3/AZ9fmK4MmqE63gsOy/+ZGnb2g=";
};
});
})
];
# overlays = [
# (final: prev: {
# go_1_22 = prev.go_1_22.overrideAttrs (old: {
# src = prev.fetchurl {
# url = "https://go.dev/dl/go1.22.3.src.tar.gz";
# hash = "sha256-gGSO80+QMZPXKlnA3/AZ9fmK4MmqE63gsOy/+ZGnb2g=";
# };
# });
# })
# ];
};
packages.default = pkgs.callPackage ./default.nix { };
devShells.default =
Expand Down

0 comments on commit ddb84f5

Please sign in to comment.