aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/flake.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-08-20 18:23:21 +0900
committerOphestra <cat@gensokyo.uk>2026-08-20 19:05:29 +0900
commitcbd95294ba1f6c0a54fe8510814359e4a774cd67 (patch)
tree089ec619d013a2a6c0161848690c29527cc9b453 /test/flake.nix
parentace59607f2189ebad3b91cd43e7b3f52057dc942 (diff)
go: 1.27
This fixes test cases affected by jsonv2 changes. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/flake.nix')
-rw-r--r--test/flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/flake.nix b/test/flake.nix
index 6c8cf100..01a07f78 100644
--- a/test/flake.nix
+++ b/test/flake.nix
@@ -99,7 +99,7 @@
hakurei = pkgs.pkgsStatic.callPackage ./package.nix {
inherit (pkgs)
# passthru.buildInputs
- go_1_26
+ go_1_27
clang
# nativeBuildInputs
@@ -180,7 +180,7 @@
let
# this is used for interactive vm testing during development, where tests might be broken
package = self.packages.${pkgs.stdenv.hostPlatform.system}.hakurei.override {
- buildGo126Module = previousArgs: pkgs.pkgsStatic.buildGo126Module (previousArgs // { doCheck = false; });
+ buildGo127Module = previousArgs: pkgs.pkgsStatic.buildGo127Module (previousArgs // { doCheck = false; });
};
in
{