include nvfetcher to get pkgs source
This commit is contained in:
parent
19c6f14def
commit
922a964a7d
5 changed files with 52 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue