aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-23More graceful fallback for chroots on Linux < 2.13Eelco Dolstra
2015-02-23Use chroots for all derivationsEelco Dolstra
2015-02-23Add restricted evaluation modeEelco Dolstra
2015-02-22Merge branch 'gh-476-fix-install-script' of git://github.com/jramnani/nixShea Levy
2015-02-22Merge branch 'docs/channels-path' of git://github.com/iElectric/nixShea Levy
2015-02-22fixes https://github.com/NixOS/nixpkgs/issues/6485Domen Kožar
2015-02-19Merge branch 'tilde-paths' of https://github.com/shlevy/nixEelco Dolstra
2015-02-19tilde paths: The rest of the string has to start with a slash anywayShea Levy
2015-02-19tilde paths: construct the entire path at parse timeShea Levy
2015-02-19tilde paths: get HOME at parse timeShea Levy
2015-02-19Remove obsolete reference to ~ operatorEelco Dolstra
2015-02-19ExprConcatStrings: canonicalize concatenated pathsShea Levy
2015-02-19FIXMEsEelco Dolstra
2015-02-19Allow the leading component of a path to be a ~Shea Levy
2015-02-18Escape arguments to nix-shell #! scriptsEelco Dolstra
2015-02-18Support passing command line arguments to nix-shell #! scriptsEelco Dolstra
2015-02-18Fix nix-shell shebang scripts if -p is usedEelco Dolstra
2015-02-18nix-store --generate-binary-cache-key: Write key to diskEelco Dolstra
2015-02-17Use $<attr>Path instead of $<attr> for passAsFileEelco Dolstra
2015-02-17Allow passing attributes via files instead of environment variablesEelco Dolstra
2015-02-17Keep sortedEelco Dolstra
2015-02-17Include NAR size in fingerprint computationEelco Dolstra
2015-02-16Test chroot buildingEelco Dolstra
2015-02-16Use pivot_root in addition to chroot when possibleHarald van Dijk
2015-02-12Revert "Remove Fedora 18, 19 builds"Eelco Dolstra
2015-02-11Nix install script failed when "cd" printed to stdout.Jeff Ramnani
2015-02-10Don't depend on libsodium on DarwinEelco Dolstra
2015-02-10Make libsodium an optional dependencyEelco Dolstra
2015-02-10Add Fedora 21 buildEelco Dolstra
2015-02-10Add base64 encoder/decoderEelco Dolstra
2015-02-08nix-build: Respect -Q during evaluationShea Levy
2015-02-05Remove tabEelco Dolstra
2015-02-04TypoEelco Dolstra
2015-02-04Require linux 3.13 or later for chrootShea Levy
2015-02-04Sign a subset of the .narinfoEelco Dolstra
2015-02-04Use libsodium instead of OpenSSL for binary cache signingEelco Dolstra
2015-02-03Simplify parseHash32Eelco Dolstra
2015-02-03Simplify printHash32Eelco Dolstra
2015-01-30nix-install-package: follow symlinksJaka Hudoklin
2015-01-29Merge remote-tracking branch 'shlevy/baseNameOf-no-copy'Shea Levy
2015-01-28Moves runHook to a later execution positionOliver Dunkl
2015-01-18Make inputs writeable in the sandbox (builds still can’t actually write due...Daniel Peebles
2015-01-15Shut up "Wide character in print" warning in copy-from-other-stores.plEelco Dolstra
2015-01-15Fix assertion failure in nix-envEelco Dolstra
2015-01-15Set correct user agent for NAR downloads from binary cachesEelco Dolstra
2015-01-13Allow using /bin and /usr/bin as impure prefixes on non-darwin by defaultShea Levy
2015-01-13SysError -> ErrorEelco Dolstra
2015-01-13Don't resolve symlinks while checking __impureHostDepsEelco Dolstra
2015-01-12Add basic Apple sandbox supportDaniel Peebles
2015-01-12doc: `nix-channel --remove` takes a name, not a urlTobias Geerinckx-Rice