refactor(pkgs): Use packagesFromDirectoryRecursive
This commit is contained in:
parent
cd012e86ba
commit
e2012ebc9a
8 changed files with 9 additions and 20 deletions
|
@ -1,4 +1,7 @@
|
|||
{ pkgs }:
|
||||
{
|
||||
crowdsec = import ./crowdsec { inherit pkgs; };
|
||||
pkgs.lib.packagesFromDirectoryRecursive {
|
||||
callPackage = pkgs.lib.callPackageWith (
|
||||
pkgs // { sources = pkgs.callPackage ./_sources/generated.nix { }; }
|
||||
);
|
||||
directory = ./packages;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue