flake: add missing packages

This commit is contained in:
raf 2025-06-11 12:47:27 +03:00
commit 37b784a476
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 16 additions and 0 deletions

BIN
flake.lock generated

Binary file not shown.

View file

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