aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-19expand on the `extra-platforms` optionValentin Gagarin
2023-07-19mention `extra-platforms`Valentin Gagarin
2023-07-19fix wordingValentin Gagarin
2023-07-19do not mention output attributesValentin Gagarin
2023-07-19note that naming convention is from AutotoolsValentin Gagarin
2023-07-19add cross-linksValentin Gagarin
2023-07-19expand on the system type in hacking guideValentin Gagarin
2023-07-19shorten `system` setting descriptionValentin Gagarin
2023-07-19move docs of the current system to the system settingValentin Gagarin
2023-07-19one line per sentence for easier reviewValentin Gagarin
2023-07-19add information on the system type stringValentin Gagarin
2023-07-17Merge pull request #8342 from NixLayeredStore/best-effort-supplementary-groupsThéophane Hufschmitt
2023-07-16Nix Reference Manual: keep nix expressions uptodate with nixpkgs (#8703)Sinan Mohd
2023-07-14Merge pull request #8696 from NixLayeredStore/nested-sandboxingJohn Ericson
2023-07-14Test nested sandboxing, and make nicer errorJohn Ericson
2023-07-14Merge pull request #8691 from obsidiansystems/built-pathRobert Hensing
2023-07-13move unset NIX_STORE_DIR in supplementary-groups.shcidkidnix
2023-07-13Add comment regarding the unset of NIX_STORE_DIRcidkidnix
2023-07-13Revert "Skip build-remote-trustless unless sandbox is supported."John Ericson
2023-07-13Revert "Check _NIX_TEST_NO_SANDBOX when setting _canUseSandbox."John Ericson
2023-07-13Merge remote-tracking branch 'upstream/master' into best-effort-supplementary...John Ericson
2023-07-13Merge pull request #8694 from obsidiansystems/fix-lang-testsJohn Ericson
2023-07-13Fix race condition in the language testsJohn Ericson
2023-07-12Move `BuiltPath` to its own header/C++ file in libcmdJohn Ericson
2023-07-12Update src/libstore/globals.hhBen Radford
2023-07-12Update src/libstore/globals.hhBen Radford
2023-07-11Merge pull request #7954 from obsidiansystems/lang-test-improvementsJohn Ericson
2023-07-11Expanded test suiteMathnerd314
2023-07-11Skip build-remote-trustless unless sandbox is supported.Ben Radford
2023-07-11Check _NIX_TEST_NO_SANDBOX when setting _canUseSandbox.Ben Radford
2023-07-11Say a bit about default value in setting description.Ben Radford
2023-07-11Default should depend on whether we are root.Ben Radford
2023-07-11Be clearer about the security implications.Ben Radford
2023-07-11Update description for require-drop-supplementary-groups.Ben Radford
2023-07-11Always attempt setgroups but allow failure to be ignored.Ben Radford
2023-07-11Merge remote-tracking branch 'origin/master' into best-effort-supplementary-g...Ben Radford
2023-07-10Fix test file nameJohn Ericson
2023-07-10Merge pull request #8579 from obsidiansystems/findPath-cleanup-2John Ericson
2023-07-10Merge pull request #8681 from inclyc/libexpr/parser-move-noeffectEelco Dolstra
2023-07-10Merge pull request #8660 from Hoverbear/nix-daemon.service-tasksmax-infinityEelco Dolstra
2023-07-10Fix some grammar in installables doc (#8682)Bader AlAttar
2023-07-10libexpr: remove std::move() for `basePath` in parser, it has no effectYingchi Long
2023-07-09Merge pull request #8370 from hercules-ci/fetchClosure-input-addressedJohn Ericson
2023-07-09Clean up `SearchPath`John Ericson
2023-07-09Clean up `resolveSearchPathElem`John Ericson
2023-07-08Merge pull request #8612 from NixOS/labeler-tests-to-with-testsRobert Hensing
2023-07-07Choose a reasonable number similar to LimitNOFileAna Hobden
2023-07-07signing.sh: Revert test improvement because it fails on GHA + macOSRobert Hensing
2023-07-07fetchClosure: Interleave the examples in the docsRobert Hensing
2023-07-07fetchClosure: Apply suggestions from code reviewRobert Hensing