mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-02 23:13:31 +00:00
flake: add missing packages
This commit is contained in:
parent
5972c3371b
commit
37b784a476
2 changed files with 16 additions and 0 deletions
BIN
flake.lock
generated
BIN
flake.lock
generated
Binary file not shown.
16
flake.nix
16
flake.nix
|
@ -31,6 +31,21 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
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 = {
|
wiremix = {
|
||||||
url = "github:tsowell/wiremix";
|
url = "github:tsowell/wiremix";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
@ -85,6 +100,7 @@
|
||||||
"watt"
|
"watt"
|
||||||
"flint"
|
"flint"
|
||||||
"inquisitor"
|
"inquisitor"
|
||||||
|
"ndg"
|
||||||
|
|
||||||
# 3rd party packages
|
# 3rd party packages
|
||||||
"wiremix"
|
"wiremix"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue