minimal working state
This commit is contained in:
parent
855430ef16
commit
6c1a0a5d33
26 changed files with 331 additions and 326 deletions
|
|
@ -15,13 +15,11 @@
|
|||
nt,
|
||||
mix,
|
||||
...
|
||||
} @ args: let
|
||||
inherit (nt) findImport;
|
||||
in
|
||||
mix.newMixture args (mixture: {
|
||||
includes.public = [
|
||||
./nixpkgs.nix
|
||||
];
|
||||
|
||||
inherit findImport;
|
||||
})
|
||||
} @ args:
|
||||
mix.newMixture args (mixture: {
|
||||
includes.public = [
|
||||
./util.nix
|
||||
./nixpkgs.nix
|
||||
./nodes.nix
|
||||
];
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue