mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-02 15:03:34 +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
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue