Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
system ? builtins.currentSystem,
pkgs ? import ../../.. { inherit system; },
}:
basic = import ./basic.nix { inherit system pkgs; };
publish = import ./publish.nix { inherit system pkgs; };
}