git-testament 0.2.0

Record git working tree status when compiling your crate
Documentation
1
2
3
{ pkgs ? import <nixpkgs> { } }:

pkgs.mkShell { buildInputs = with pkgs; [ stdenv git ]; }