Simple koans for learning nix. Inspired by ruby koans.
New to nix? Start here.
Start by running nix develop -c reset - this will create koans/ directory. Edit 1_01 to make it pass.
Check your progress with nix develop -c check. Make another one pass, refactor, move on to the next :)
Reset with nix develop -c reset.
If you have direnv, take a look at.envrc.suggested to get better shell experience.