Skip to content

Developing Oil With Nix

andychu edited this page Feb 25, 2020 · 4 revisions

(Back to Contributing)

TODO:

Ideally:

$ nix-shell  # from your own shell

[nix-shell]$ build/dev.sh all
[nix-shell]$ bin/osh -c 'echo hi'
[nix-shell]$ test/spec.sh smoke

# Then:

[nix-shell]$ test/spec.sh osh-all
Clone this wiki locally