From 971eeac080f1fdbb41a900f716088099c4092186 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 20 Jan 2025 12:29:05 +0100 Subject: [PATCH] feat(aarch64): add Node.js to default packages - Included Node.js in the default package list for aarch64. - Ensures Node.js availability out of the box for related workflows. --- systems/aarch64-linux/m4nix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/aarch64-linux/m4nix/default.nix b/systems/aarch64-linux/m4nix/default.nix index afcd1aa..7ed09b1 100644 --- a/systems/aarch64-linux/m4nix/default.nix +++ b/systems/aarch64-linux/m4nix/default.nix @@ -46,6 +46,7 @@ with lib.metacfg; attic-client piper gnome-remote-desktop + nodejs ]; security.tpm2.enable = false;