flake: add nh to cached pkgs
Some checks failed
Run Checks / check (NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure) (push) Failing after 7s
Run Checks / check (nix run .#alejandra-custom -- -c . -e ./npins) (push) Failing after 3s
Run Checks / build (push) Has been skipped

This commit is contained in:
raf 2025-07-18 22:00:35 +03:00
commit 75594132d5
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 6 additions and 0 deletions

View file

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