add /nt/mix/bootstrap.nix
This commit is contained in:
parent
9c1e458140
commit
15e88d5c31
1 changed files with 19 additions and 0 deletions
19
nt/mix/bootstrap.nix
Normal file
19
nt/mix/bootstrap.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
# WARNING: /nt/mix is structured as a nt.mix modules
|
||||||
|
# WARNING: this file is strictly for bootstrapping mix
|
||||||
|
{
|
||||||
|
this,
|
||||||
|
bootstrap,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
inputs = {
|
||||||
|
inherit bootstrap;
|
||||||
|
this = mix;
|
||||||
|
nt = this;
|
||||||
|
};
|
||||||
|
|
||||||
|
mix = bootstrap inputs [
|
||||||
|
./mix.nix
|
||||||
|
./import.nix
|
||||||
|
];
|
||||||
|
in
|
||||||
|
mix
|
||||||
Loading…
Add table
Add a link
Reference in a new issue