sneed 0.0.11

A safe wrapper around heed, with better errors and observability
Documentation
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  buildInputs = with pkgs; [ gcc ];
}