diff --git a/flake.lock b/flake.lock index 0883ff1..f15364a 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index 3d071e1..c53d4f6 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,21 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + ndg = { + url = "github:feel-co/ndg"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + licenseit = { + url = "github:notashelf/licenseit"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + mrc = { + url = "github:notashelf/mrc"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + wiremix = { url = "github:tsowell/wiremix"; inputs = { @@ -85,6 +100,7 @@ "watt" "flint" "inquisitor" + "ndg" # 3rd party packages "wiremix"