aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-21Add a "help" categoryEelco Dolstra
2023-03-21Move store docs to 'nix help-stores'Eelco Dolstra
2023-03-21FormattingEelco Dolstra
2023-03-21Support per-store Markdown documentationEelco Dolstra
2023-03-21nix describe-stores: RemoveEelco Dolstra
2023-03-21nix store --help: Include store type documentationEelco Dolstra
2023-03-21Merge pull request #8083 from edolstra/fix-nix-store-renderingEelco Dolstra
2023-03-21generate-manpage.nix: Make more readableEelco Dolstra
2023-03-21Fix misrendering of 'nix store --help'Eelco Dolstra
2023-03-21Add links to API docs / coverage analysis to the hacking sectionEelco Dolstra
2023-03-20Merge pull request #8077 from edolstra/pts-hangEelco Dolstra
2023-03-20Fix `nix profile --help`John Ericson
2023-03-20CleanupEelco Dolstra
2023-03-20Open slave pseudoterminal before CLONE_NEWUSEREelco Dolstra
2023-03-20Fix handling of experimental features mid-parseJohn Ericson
2023-03-20Mark experimental features on settingsJohn Ericson
2023-03-20Move enabled experimental feature to libutil structJohn Ericson
2023-03-20Write test, will fail until rest of PRJohn Ericson
2023-03-20Merge pull request #8075 from edolstra/api-docsEelco Dolstra
2023-03-20Fix internal-api rendering in HydraEelco Dolstra
2023-03-20Merge pull request #7968 from bobvanderlinden/pr-contributingThéophane Hufschmitt
2023-03-20Merge pull request #8070 from figsoda/quoteEelco Dolstra
2023-03-20Merge pull request #8068 from DieracDelta/jr/compile_darwinEelco Dolstra
2023-03-19docs: quote URL literalsfigsoda
2023-03-18fix: build aarch64-darwinJustin Restivo
2023-03-18Merge pull request #8064 from knedlsepp/flake-in-submoduleRobert Hensing
2023-03-18tests/flake-in-submodule: Remove unnecessary rm -rfRobert Hensing
2023-03-17Add a test with flake.nix in a submoduleJosef Kemetmüller
2023-03-17Add a setting for configuring the SSL certificates fileEelco Dolstra
2023-03-17Merge pull request #7891 from mupdt/shared-fs-out-linksJohn Ericson
2023-03-16Move value-only methods to `InstallableValue`John Ericson
2023-03-16Merge pull request #8057 from obsidiansystems/slight-test-cleanupJohn Ericson
2023-03-16Cleanup test skippingJohn Ericson
2023-03-16Merge pull request #8049 from edolstra/unexpected-eofEelco Dolstra
2023-03-16Merge pull request #8053 from DeterminateSystems/fix-structuredattrs-sandboxEelco Dolstra
2023-03-16LocalDerivationGoal: set NIX_ATTRS_*_FILE correctly for sandboxed buildsLinus Heckemann
2023-03-15Merge pull request #7750 from obsidiansystems/no-args-prepareJohn Ericson
2023-03-15Make command infra less stateful and more regularJohn Ericson
2023-03-15Merge pull request #7690 from ShamrockLee/nix-hash-sriJohn Ericson
2023-03-16nix-hash: support base-64 and SRI formatYueh-Shun Li
2023-03-15Merge pull request #8050 from figsoda/allrefsEelco Dolstra
2023-03-16test/hash.sh: add to-base32 test for nix hashYueh-Shun Li
2023-03-16tests/hash.sh: try: Use FORMAT_FLAG instead of EXTRAYueh-Shun Li
2023-03-15respect allRefs=1 when using `nix flake prefetch`figsoda
2023-03-15Remove a variable in LocalDerivationGoalEelco Dolstra
2023-03-15Change builderOut from Pipe to AutoCloseFDEelco Dolstra
2023-03-15Remove "unexpected EOF" retry hackEelco Dolstra
2023-03-15Move pseudoterminal slave open to childEelco Dolstra
2023-03-14Simplify commonChildInit()Eelco Dolstra
2023-03-14Merge pull request #7989 from sysedwinistrator/flake-compat-sha256-mrThéophane Hufschmitt