about summary refs log tree commit diff
path: root/.nixery/default.nix (unfollow)
AgeCommit message (Expand)AuthorFilesLines
27 hours r/8190 feat(tvix/repl): Add a help commandAspen Smith1-6/+29
27 hours r/8189 feat(tvix/repl): Implement :q, to quitAspen Smith1-0/+4
27 hours r/8188 refactor(tvix/repl): Abstract out REPL command handlingAspen Smith1-10/+26
27 hours r/8187 refactor(tvix): Break out REPL into its own moduleAspen Smith2-99/+122
27 hours r/8186 feat(tvix/repl): Support multiline inputAspen Smith4-11/+102
42 hours r/8185 feat(ops/users): Add chickadeeMatthew Tromp1-0/+5
3 days r/8184 fix(tvix/eval): nix_tests.rs's eval_test requires impure flagIlan Joselevich1-0/+1
3 days r/8183 fix(tvix/eval): proptests require arbitrary featureFlorian Klink2-2/+2
3 days r/8182 fix(tvix/eval/tests/one_offs): test_source_builtin can be pureFlorian Klink1-1/+1
3 days r/8181 fix(tvix/eval/tests/nix_oracle): tests are impure-onlyFlorian Klink1-0/+2
3 days r/8180 refactor(tvix/eval): move nix_tests to separate moduleFlorian Klink2-198/+207
3 days r/8179 fix(