/nix-koans

Simple koans for learning nix

Primary LanguageNixGNU General Public License v3.0GPL-3.0

nix-koans

Simple koans for learning nix. Inspired by ruby koans.

New to nix? Start here.

Getting started

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.

Direnv

If you have direnv, take a look at.envrc.suggested to get better shell experience.