remove remote mix input
This commit is contained in:
parent
498412e050
commit
0514b9d8c9
3 changed files with 7 additions and 79 deletions
12
flake.nix
12
flake.nix
|
|
@ -1,11 +1,9 @@
|
|||
{
|
||||
description = "NixTypes (nt)";
|
||||
|
||||
inputs = {
|
||||
systems.url = "github:nix-systems/default";
|
||||
mix.url = "github:emilelcb/mix";
|
||||
};
|
||||
|
||||
outputs = {...} @ inputs:
|
||||
import ./nt inputs;
|
||||
outputs = _: let
|
||||
# nt depends on the mix subsystem for bootstrapping
|
||||
mix = import ./nt/primitives/mix;
|
||||
in
|
||||
import ./nt {inherit mix;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue