Skip to content

Commit 177b0f0

Browse files
committed
Remove version in buildGoModule
Signed-off-by: Vincent Demeester <[email protected]>
1 parent c32118f commit 177b0f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
pkgs = nixpkgsFor.${system};
2626
in
2727
{
28-
buildkit-tekton = pkgs.buildGo120Module {
28+
buildkit-tekton = pkgs.buildGoModule {
2929
pname = "buildkit-tekton";
3030
inherit version;
3131
# In 'nix develop', we don't need a copy of the source tree
@@ -36,7 +36,7 @@
3636
# We use vendor, no need for vendorHash
3737
vendorHash = null;
3838
};
39-
tkn-local = pkgs.buildGo121Module {
39+
tkn-local = pkgs.buildGoModule {
4040
pname = "tkn-local";
4141
inherit version;
4242
# In 'nix develop', we don't need a copy of the source tree

0 commit comments

Comments
 (0)