summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 48a4bd7..67ff5a9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,8 +11,7 @@
let
pkgs = (import nixpkgs {
inherit system;
- overlays =
- [ gomod2nix.overlays.default (_: super: { go = super.go_1_17; }) ];
+ overlays = [ gomod2nix.overlays.default ];
}).pkgs;
in with pkgs;
let