funzzy 1.3.0

Yet another fancy watcher inspired by entr.
Documentation
1
2
3
4
5
6
{ pkgs ? import <nixpkgs> {} }:
  pkgs.mkShell {
    buildInputs = [
      pkgs.cargo 
    ];
  };