fix nt not propagated

This commit is contained in:
do butterflies cry? 2026-02-16 08:17:33 +10:00
parent 9127e64fed
commit 2cff3119cd

View file

@ -42,7 +42,7 @@
} @ inputs: } @ inputs:
import ./cerulean import ./cerulean
{ {
inherit inputs; inherit inputs nt;
inherit (nixpkgs) lib; inherit (nixpkgs) lib;
inherit (nt) mix; inherit (nt) mix;
}; };