Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 520 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 520 Bytes

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.