Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
let
pkgs = import ../../.. { };
in
pkgs.mkShell {
name = "nixos-manual";
packages = with pkgs; [ xmlformat jing xmloscopy ruby ];
}