Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ newScope, pkgs }:
let
callPackage = newScope (pkgs // plugins);
plugins = import ./plugins.nix { inherit callPackage; };
in
plugins