
Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com> Signed-off-by: h7x4 <h7x4@nani.wtf>
5 lines
75 B
Nix
5 lines
75 B
Nix
{ pkgs, ... }:
|
|
{
|
|
comprehensive = pkgs.callPackage ./comprehensive { };
|
|
}
|