aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-12Don't run pre-build-hook if we don't have a derivationEelco Dolstra
2017-06-07Don't show flags from config settings in "nix --help"Eelco Dolstra
2017-06-07nix: Add --help-config flagEelco Dolstra
2017-06-07nix: Make all options available as flagsEelco Dolstra
2017-06-06Disable the build user mechanism on all platforms except Linux and OS XEelco Dolstra
2017-06-06Always use the Darwin sandboxEelco Dolstra
2017-06-06Merge pull request #1399 from Mic92/masterEelco Dolstra
2017-06-05Add .editorconfigJörg Thalheim
2017-06-01Fix coverage jobEelco Dolstra
2017-06-01RPM, Deb: Add dependency on libseccompEelco Dolstra
2017-05-31Remove listxattr assertionEelco Dolstra
2017-05-31OS X sandbox: Improve builtin sandbox profileEelco Dolstra
2017-05-31resolve-system-dependencies: Misc fixesEelco Dolstra
2017-05-31resolve-system-dependencies: SimplifyEelco Dolstra
2017-05-31OS X sandbox: Don't use a deterministic $TMPDIREelco Dolstra
2017-05-31OS X sandbox: Store .sb file in $TMPDIR rather than the Nix storeEelco Dolstra
2017-05-30resolve-system-dependencies: Fix another segfaultEelco Dolstra
2017-05-30Darwin sandbox: Use sandbox-defaults.sbEelco Dolstra
2017-05-30Darwin sandbox: Disallow creating setuid/setgid binariesEelco Dolstra
2017-05-30resolve-system-dependencies: Several fixesEelco Dolstra
2017-05-30Only pass --with-sandbox-shell on LinuxEelco Dolstra
2017-05-30Fix seccomp build failure on clangEelco Dolstra
2017-05-30Shut up some clang warningsEelco Dolstra
2017-05-30Add a seccomp rule to disallow setxattr()Eelco Dolstra
2017-05-30canonicalisePathMetaData(): Remove extended attributes / ACLsEelco Dolstra
2017-05-30Require seccomp only in multi-user setupsEelco Dolstra
2017-05-29Add test for setuid seccomp filterEelco Dolstra
2017-05-29Fix seccomp initialisation on i686-linuxEelco Dolstra
2017-05-29Add a seccomp filter to prevent creating setuid/setgid binariesEelco Dolstra
2017-05-29Fix nix-copy-closure testEelco Dolstra
2017-05-29Fix build failure on Debian/UbuntuEelco Dolstra
2017-05-29Fix typoEelco Dolstra
2017-05-29Merge pull request #1393 from pyrtsa/patch-1Eelco Dolstra
2017-05-29Merge pull request #1394 from pyrtsa/patch-2Eelco Dolstra
2017-05-28Remove stray `>` in builtins docPyry Jahkola
2017-05-28Fix variable name typo in derivations docPyry Jahkola
2017-05-24Fix #1314Eelco Dolstra
2017-05-24Merge branch 'topic/cores-master' of https://github.com/neilmayhew/nixEelco Dolstra
2017-05-24Merge pull request #1376 from Mic92/patch-1Eelco Dolstra
2017-05-24Fix #1380Eelco Dolstra
2017-05-24Merge branch 'prompt-terminator' of https://github.com/lheckemann/nixEelco Dolstra
2017-05-24Merge pull request #1382 from FRidh/patch-1Eelco Dolstra
2017-05-24Merge branch 'nar-accessor-tree' of https://github.com/bennofs/nixEelco Dolstra
2017-05-17Document that builtins.match takes a POSIX extended REEelco Dolstra
2017-05-17builtins.match: Improve error message for bad regular expressionEelco Dolstra
2017-05-16Improve progress indicatorEelco Dolstra
2017-05-15nar-accessor.cc: remove unused member NarIndexer::currentNameBenno Fünfstück
2017-05-15nar-accessor: non-recursive NarMember::findBenno Fünfstück
2017-05-15Simplify fixed-output checkEelco Dolstra
2017-05-15Disallow outputHash being null or an empty stringEelco Dolstra