blob: 8bfd744fd070494adce317357fbc067a1240df4f (
plain)
1
2
3
4
5
6
7
8
9
|
{
system ? builtins.currentSystem,
pkgs ? import ../../.. { inherit system; },
}:
{
basic = import ./basic.nix { inherit system pkgs; };
publish = import ./publish.nix { inherit system pkgs; };
}
|