about summary refs log tree commit diff
path: root/src/libexpr/names.cc (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-05-11 Don't return negative numbers from the flex tokenizerEelco Dolstra2-1/+6
Fixes #1374. Closes #2129.
2018-05-11 Revert "Throw a specific error for incomplete parse errors."Eelco Dolstra3-11/+1
This reverts commit 6498adb002bcf7e715afe46c23b8635d4592c156. We don't actually use IncompleteParseError in 'nix repl'.
2018-05-10 Remove mention of default since we already know the defaultEelco Dolstra1-1/+1
2018-05-09 Cleanup of nix.spec file to allow build on EL7 and beyondAdrien Devresse1-21/+40
- Clean deprecated spec file macros ( < EL6 ) - Allow to build Nix on EL7 using Software collection and Copr backports - Add conditional build to build Nix RPM without documentation for dev builds - Add missing BuildRequires (openssl, and others )
2018-05-09 make sure not to use cached channels for nix-channel --updateYorick van Pelt3-4/+4
fixes #1964
2018-05-09 In restricted eval mode, allow access to the closure of store pathsEelco Dolstra1-1/+11
E.g. this makes nix eval --restrict-eval -I /nix/store/foo '(builtins.readFile "/nix/store/foo/symlink/bla")' (where /nix/store/foo/symlink is a symlink to another path in the closure of /nix/store/foo) succeed. This fixes a regression in Hydra compared to Nix 1.x (where there were no restrictions at all on access to the Nix store).
2018-05-08 docker readme: simplifyDomen Kožar1-4/+2
2018-05-08 Dockerfile: 2.0.2Domen Kožar1