shim 0.1.4

Create shims for executables from config files
1
2
3
4
5
6
7
8
9
{
  projectRootFile = "flake.nix";
  programs = {
    alejandra.enable = true; # Nix formatter
    rustfmt.enable = true;
    shellcheck.enable = true;
    shfmt.enable = true;
  };
}