Skip to content

Commit

Permalink
don't pin go version
Browse files Browse the repository at this point in the history
  • Loading branch information
angaz committed Oct 20, 2024
1 parent 775e7f7 commit 8906abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
};

packages = {
nodeCrawler = pkgs.buildGo122Module {
nodeCrawler = pkgs.buildGoModule {
pname = "crawler";
version = "0.0.0";

Expand Down Expand Up @@ -101,7 +101,7 @@
];

packages = with pkgs; [
go_1_22
go
golangci-lint
graphviz
nix-prefetch
Expand Down

0 comments on commit 8906abc

Please sign in to comment.