migrate to nt

This commit is contained in:
Emile Clark-Boman 2026-01-24 19:01:29 +10:00
parent 6c5e5fd880
commit 9ee4ae5f29
25 changed files with 8 additions and 2240 deletions

View file

@ -1,10 +1,11 @@
{
description = "MyNib - My Nix Library";
description = "NixTypes (nt)";
inputs.systems.url = "github:nix-systems/default";
inputs = {
systems.url = "github:nix-systems/default";
mix.url = "github:emilelcb/mix";
};
outputs = {self, ...} @ inputs: let
systems = import inputs.systems;
in
import ./nib {inherit systems;};
outputs = {...} @ inputs:
import ./nt inputs;
}