Victor Borja
Victor Borja
https://github.com/nix-community/nix-direnv
Being `brew` a very popular source of packages on Mac, and being `nix-darwin` [having support for it](https://github.com/LnL7/nix-darwin/blob/master/modules/homebrew.nix), we should add a template so people can have an example of using...
This could also help new users get much more examples on how to do/organize things. PRs welcome!
Since this flake is intended for aarch64-darwin platform, I guess we are blocked until github provides such an environment where to run actions - unless someone donates an arm gh...
Environment variables should be exported at `bin/exec-env` instead of requiring the user to source another script in their shellrc. See https://asdf-vm.com/#/plugins-create?id=binexec-env
`successfulSlideWidth` is a variable, use it instead of trying to get it from props
See the specs.
Some images could be reduced in size if we remove development libraries after asdf has finished installation.
Also, we should be using [asdf actions](https://github.com/asdf-vm/actions) instead of travis.
Previous to this change, if you tried to issue a `SET` command, finagle-postgres would raise an exception telling no completion command is known for tag `SET`. This patch implements such...