This repo ships public Nix templates to nixify our projects faster.
nix flake init -t nesto-nix-templates && chmod u+x .envrc
nix flake init -t github:/nesto-software/nix-templates && chmod u+x .envrc
- Find out why executable bit is being reset for
.envrc
file.