-
Nix based continuous integration
August 2, 2020
Keep build logic out of your CI configuration to be able run it on your devs machines. -
Containerless development environments
July 28, 2020
nix-shell
actually delivers stable build environments in a much better way than a development Docker container can. -
The second best build system
July 24, 2020
Your Makefile
is likely a glorified shell script - create a much simplerbuild.sh
instead!