holy mega commit
there's no way this runs :(
This commit is contained in:
parent
6537f0cdaa
commit
affeace641
12 changed files with 639 additions and 0 deletions
10
nt/primitives/default.nix
Normal file
10
nt/primitives/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{mix, ...} @ inputs:
|
||||
mix.newMixture inputs (mixture: {
|
||||
includes.public = [
|
||||
./nt.nix
|
||||
];
|
||||
imports.public = [
|
||||
# TODO: make ./util private
|
||||
./util
|
||||
];
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue