flake: add microfetch

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: If567119ddc08bec59647a5df5a3d96796a6a6964
This commit is contained in:
raf 2026-01-12 10:48:05 +03:00
commit fb59d1cf75
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 5 additions and 0 deletions

BIN
flake.lock generated

Binary file not shown.

View file

@ -207,6 +207,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
microfetch = {
url = "github:notashelf/microfetch";
inputs.nixpkgs.follows = "nixpkgs";
};
# 3rd party flakes that I want to extract packages from
wiremix = {
url = "github:tsowell/wiremix";