Age | Commit message (Expand) | Author | Files | Lines |
2018-08-02 | Allows selectively adding environment variables to pure shells. | Samuel Dionne-Riel | 1 | -0/+7 |
2018-07-05 | lib.concatMap and lib.mapAttrs to be builtins | volth | 4 | -0/+10 |
2018-07-03 | tests/search.sh: minor fix to unbreak tests after search ux merge | Will Dietz | 1 | -1/+1 |
2018-07-03 | Add a fromTOML primop | Eelco Dolstra | 2 | -0/+185 |
2018-06-06 | tests: more robust check for user namespaces availability (canUseSandbox) | Aleksandr Pashkov | 1 | -5/+3 |
2018-06-05 | Don't require --fallback to recover from disappeared binary cache NARs | Eelco Dolstra | 1 | -4/+13 |
2018-06-05 | Improve binary cache fallback test | Eelco Dolstra | 1 | -7/+7 |
2018-06-05 | Remove non-existent NIX_DEBUG_SUBST | Eelco Dolstra | 1 | -1/+1 |
2018-05-30 | Modularize config settings | Eelco Dolstra | 1 | -4/+9 |
2018-05-24 | add docs and tests | volth | 2 | -1/+5 |
2018-05-11 | Don't return negative numbers from the flex tokenizer | Eelco Dolstra | 1 | -0/+1 |
2018-05-02 | Fix builtins.add test | Eelco Dolstra | 1 | -1/+1 |
2018-04-29 | add tests for builtins.add | Tim Sears | 2 | -0/+9 |
2018-04-23 | Merge branch 'pos-crash-fix' of git://github.com/dezgeg/nix | Shea Levy | 2 | -0/+2 |
2018-04-23 | Merge branch 'add-test-eval-okay-nested-with' of git://github.com/ryantrinkle... | Shea Levy | 2 | -0/+4 |
2018-04-18 | add tests for multi search | Daniel Poelzleithner | 1 | -0/+5 |
2018-04-09 | Merge branch 'fix/ruby-shebang' of git://github.com/samueldr/nix | Shea Levy | 3 | -0/+23 |
2018-04-09 | Hardcodes `nix-shell` instead of `/usr/bin/env nix-shell`... | Samuel Dionne-Riel | 2 | -2/+2 |
2018-04-08 | Adds `nix-shell` test for special-cased ruby interpreter. | Samuel Dionne-Riel | 3 | -0/+23 |
2018-04-06 | Add missing eval-okay-regex-split.exp test file | Doug Beardsley | 1 | -0/+1 |
2018-04-03 | libexpr: Make unsafeGetAttrPos not crash on noPos | Tuomas Tynkkynen | 2 | -0/+2 |
2018-03-30 | Add test eval-okay-nested-with | Ryan Trinkle | 2 | -0/+4 |
2018-03-16 | nix-shell: allow symlinks to .drvs | Linus Heckemann | 1 | -0/+12 |
2018-03-16 | Merge pull request #1939 from dezgeg/lexer-fix | Eelco Dolstra | 4 | -0/+6 |
2018-03-14 | Use boost::format from the boost package | Eelco Dolstra | 1 | -2/+2 |
2018-03-13 | Merge pull request #1906 from dtzWill/fix/nix-search | Shea Levy | 3 | -1/+65 |
2018-03-02 | Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nix | Shea Levy | 2 | -0/+11 |
2018-03-02 | libexpr: Recognize newline in more places in lexer | Tuomas Tynkkynen | 4 | -0/+6 |
2018-03-01 | tests/search.sh: simplify, don't rely on consistent ordering | Will Dietz | 1 | -7/+3 |
2018-02-26 | libexpr: Fix prim_replaceStrings() to work on an empty source string | Tuomas Tynkkynen | 2 | -1/+4 |
2018-02-25 | tests: test nix search behavior | Will Dietz | 3 | -1/+69 |
2018-02-22 | Merge branch 'fix/dry-run-partially' of https://github.com/dtzWill/nix | Eelco Dolstra | 2 | -0/+53 |
2018-02-21 | Revert "libexpr: Fix prim_replaceStrings() to work on an empty source string" | Eelco Dolstra | 2 | -3/+1 |
2018-02-19 | libexpr: Fix prim_replaceStrings() to work on an empty source string | Tuomas Tynkkynen | 2 | -1/+3 |
2018-02-19 | Merge branch 'register-settings' of https://github.com/shlevy/nix | Eelco Dolstra | 2 | -3/+12 |
2018-02-14 | Add splitVersion primop. | Shea Levy | 2 | -0/+2 |
2018-02-13 | Allow plugins to define new settings. | Shea Levy | 2 | -3/+12 |
2018-02-13 | Fix plugin tests on darwin | Shea Levy | 3 | -7/+7 |
2018-02-13 | Fix #1762 | Linus Heckemann | 2 | -0/+11 |
2018-02-13 | Allow includes from nix.conf | Shea Levy | 1 | -0/+5 |
2018-02-13 | Merge branch 'register-constant' of https://github.com/shlevy/nix | Eelco Dolstra | 2 | -3/+3 |
2018-02-13 | Merge branch 'plugins' of https://github.com/shlevy/nix | Eelco Dolstra | 4 | -2/+29 |
2018-02-08 | Allow using RegisterPrimop to define constants. | Shea Levy | 2 | -3/+3 |
2018-02-08 | Add plugins to make Nix more extensible. | Shea Levy | 4 | -2/+29 |
2018-02-08 | nix-env: Fix parsing of --system | Eelco Dolstra | 1 | -0/+3 |
2018-02-08 | dsa -> ed25519 | Eelco Dolstra | 2 | -8/+8 |
2018-02-07 | build-dry: disable failing portion of test until issue is fixed | Will Dietz | 1 | -1/+4 |
2018-02-07 | tests: Add (failing) tests for reported --dry-run issues. | Will Dietz | 2 | -0/+50 |
2018-02-07 | builtins.path test: Don't rely on shlevy's XDG_RUNTIME_DIR | Shea Levy | 1 | -1/+0 |
2018-02-07 | Improve filtering of ANSI escape sequences in build logs | Eelco Dolstra | 1 | -1/+1 |