I haven't used this in years and should probably completely revisit how it works anyway.
4 lines
64 B
Nix
4 lines
64 B
Nix
{ pkgs }:
|
|
{
|
|
crowdsec = import ./crowdsec { inherit pkgs; };
|
|
}
|