diff --git a/flake.lock b/flake.lock index fe8b4cd..73d98dc 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index 002d9dc..3f47020 100644 --- a/flake.nix +++ b/flake.nix @@ -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";