From b2c23ad3621d34871cb50e163d91df7fc1306128 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Thu, 12 Feb 2026 14:20:33 +1000 Subject: [PATCH] fix root not propagate --- cerulean/nexus/nexus.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/cerulean/nexus/nexus.nix b/cerulean/nexus/nexus.nix index 860546a..8b65fdd 100644 --- a/cerulean/nexus/nexus.nix +++ b/cerulean/nexus/nexus.nix @@ -241,6 +241,7 @@ in { in node.specialArgs // { + inherit root; pkgs = import nixpkgs pkgConfig; upkgs = import nixpkgs-unstable pkgConfig; };