remove remote mix input

This commit is contained in:
Emile Clark-Boman 2026-01-24 23:27:10 +10:00
parent 498412e050
commit 0514b9d8c9
3 changed files with 7 additions and 79 deletions

View file

@ -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;};
}