Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
description = "Library of low-level helper functions for nix expressions.";
outputs = { self }: { lib = import ./.; };
}