include nvfetcher to get pkgs source

This commit is contained in:
ulic-youthlic 2025-03-11 23:11:01 +08:00
parent 19c6f14def
commit 922a964a7d
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 52 additions and 11 deletions

View file

@ -3,10 +3,13 @@
inputs,
...
}:
let
srcs = pkgs.callPackage ./_sources/generated.nix { };
in
{
pinentry-selector = pkgs.callPackage ./pinentry-selector.nix { };
helix = pkgs.callPackage ./helix { inherit inputs; };
juicity = pkgs.callPackage ./juicity.nix { };
juicity = pkgs.callPackage ./juicity.nix { inherit srcs; };
}
// (
let