Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
166 B
Nix
Raw Permalink Normal View History

{ stdenv, nixpkgs-review }:
nixpkgs-review.override {
withSandboxSupport = stdenv.hostPlatform.isLinux;
withNom = true;
withDelta = true;
withGlow = true;
}