Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
config,
lib,
withSystem,
...
}:
flake.lib = lib.genAttrs config.systems (
lib.flip withSystem ({ pkgs, ... }: import ../lib { inherit pkgs lib; })
);
}