summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruakci <uakci@uakci.pl>2022-08-06 19:34:51 +0200
committeruakci <uakci@uakci.pl>2022-08-06 19:34:51 +0200
commit6896e63bea9e293dda41ec0dd08408063cccd523 (patch)
tree754a968b2b8c6d1efd83669974baab0b12f4c9d9
parenttemporarily disable unknown command prompts (diff)
downloadnuogai-6896e63bea9e293dda41ec0dd08408063cccd523.tar.gz
nuogai-6896e63bea9e293dda41ec0dd08408063cccd523.zip
pin go to an older version to prevent internal compiler error in the large machine generated blob of peg parsing code
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2fba7bd..d726582 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,8 @@
let
pkgs = (import nixpkgs {
inherit system;
- overlays = [ gomod2nix.overlays.default ];
+ overlays =
+ [ gomod2nix.overlays.default (_: super: { go = super.go_1_17; }) ];
}).pkgs;
in with pkgs;
let