migrate to nt
This commit is contained in:
parent
6c5e5fd880
commit
9ee4ae5f29
25 changed files with 8 additions and 2240 deletions
13
flake.nix
13
flake.nix
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue