holy mega commit

there's no way this runs :(
This commit is contained in:
Emile Clark-Boman 2026-01-24 19:02:20 +10:00
parent 6537f0cdaa
commit affeace641
12 changed files with 639 additions and 0 deletions

10
nt/primitives/default.nix Normal file
View file

@ -0,0 +1,10 @@
{mix, ...} @ inputs:
mix.newMixture inputs (mixture: {
includes.public = [
./nt.nix
];
imports.public = [
# TODO: make ./util private
./util
];
})