From cafc95db8f9b6aa2f6161cc15bc4c352ce1b2933 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 6 Jun 2026 04:43:58 +0900 Subject: [PATCH] bicep/mjolnir: use nodejs v22 --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 1196058..d4b8aed 100644 --- a/flake.nix +++ b/flake.nix @@ -202,6 +202,12 @@ (final: prev: { inherit (self.packages.${prev.stdenv.hostPlatform.system}) out-of-your-element; }) + (final: prev: { + # See https://git.pvv.ntnu.no/Drift/issues/issues/369 + mjolnir = prev.mjolnir.override { + nodejs = prev.nodejs_22; + }; + }) ]; }; bekkalokk = stableNixosConfig "bekkalokk" {