Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
let
briefcase = import <briefcase> {};
pkgs = briefcase.third_party.pkgs;
in pkgs.mkShell {
buildInputs = with pkgs; [
leiningen
];
}