mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-02 06:53:33 +00:00
flake: add missing packages
This commit is contained in:
parent
5972c3371b
commit
37b784a476
2 changed files with 16 additions and 0 deletions
16
flake.nix
16
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue