mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-04 16:02:08 +00:00
flake: add nh to cached pkgs
This commit is contained in:
parent
7ac76ecc11
commit
75594132d5
2 changed files with 6 additions and 0 deletions
BIN
flake.lock
generated
BIN
flake.lock
generated
Binary file not shown.
|
@ -59,6 +59,7 @@
|
||||||
"mrc"
|
"mrc"
|
||||||
"gcolor"
|
"gcolor"
|
||||||
"tailray"
|
"tailray"
|
||||||
|
"nh"
|
||||||
|
|
||||||
# 3rd party packages
|
# 3rd party packages
|
||||||
"wiremix"
|
"wiremix"
|
||||||
|
@ -137,6 +138,11 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nh = {
|
||||||
|
url = "github:nix-community/nh";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
# 3rd party flakes that I want to extract packages from
|
# 3rd party flakes that I want to extract packages from
|
||||||
wiremix = {
|
wiremix = {
|
||||||
url = "github:tsowell/wiremix";
|
url = "github:tsowell/wiremix";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue