diff --git a/flake.lock b/flake.lock index 8d410e9..c9cd1d9 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index df92d1a..c110648 100644 --- a/flake.nix +++ b/flake.nix @@ -59,6 +59,7 @@ "mrc" "gcolor" "tailray" + "nh" # 3rd party packages "wiremix" @@ -137,6 +138,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + nh = { + url = "github:nix-community/nh"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + # 3rd party flakes that I want to extract packages from wiremix = { url = "github:tsowell/wiremix";