From b53afbe666591d3140db27c9164a61b2a71e070d Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 21 May 2023 06:05:02 -0400 Subject: [PATCH] nix: allow nodejs-16.20.0 --- modules/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix.nix b/modules/nix.nix index a618175..aa51b22 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -4,7 +4,7 @@ allowUnfree = true; permittedInsecurePackages = [ "qtwebkit-5.212.0-alpha4" - "electron-12.2.3" + "nodejs-16.20.0" ]; }; };