Skip to content

Commit

Permalink
k3s: use default buildGoModule
Browse files Browse the repository at this point in the history
buildGo120Module is not available for NixOS 24.05
  • Loading branch information
ck3d committed May 9, 2024
1 parent d65b45d commit e3f47df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/flake/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
nix-snapshotter
;

k3s = (self.callPackage ./k3s {
buildGoModule = self.buildGo120Module;
}).k3s_1_27;
k3s = (self.callPackage ./k3s { }).k3s_1_27;
};

perSystem = { system, ... }: {
Expand Down

0 comments on commit e3f47df

Please sign in to comment.