aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-27Merge pull request #8073 from tweag/fix-root-channels-locationJohn Ericson
2023-03-27Merge pull request #8062 from edolstra/ssl-cert-fileEelco Dolstra
2023-03-27Merge pull request #7609 from obsidiansystems/hide-experimental-settingsJohn Ericson
2023-03-27ssl-cert-file: Use listsEelco Dolstra
2023-03-27Merge pull request #8104 from avdv/graphml-use-long-for-narsizeEelco Dolstra
2023-03-27Make some comments in profiles.hh doxygen-enabledThéophane Hufschmitt
2023-03-26Catch eval errors in `hasContent`oxalica
2023-03-24nix-store: Use `long` for `narSize` in graphml outputClaudio Bley
2023-03-24Merge pull request #7757 from obsidiansystems/more-installable-valueEelco Dolstra
2023-03-24Merge pull request #8098 from hercules-ci/error-cc-Only-suggest-show-trace-wh...Théophane Hufschmitt
2023-03-23error.cc: Only suggest show-trace when truncated trace items would be printedRobert Hensing
2023-03-23Factor out the generation of the profile/channel directoryThéophane Hufschmitt
2023-03-23nix-channel: Restore the old root channels directoryThéophane Hufschmitt
2023-03-22Merge pull request #8078 from obsidiansystems/profile-mdJohn Ericson
2023-03-21Fix rendering of fetchGit documentationEelco Dolstra
2023-03-21Fix misrendering of 'nix store --help'Eelco 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-19docs: quote URL literalsfigsoda
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 #8049 from edolstra/unexpected-eofEelco 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-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-15Move pseudoterminal slave open to childEelco Dolstra
2023-03-14Simplify commonChildInit()Eelco Dolstra
2023-03-13Merge pull request #8033 from lbodor/stop-adding-dot-to-nix-dev-env-pathRobert Hensing
2023-03-13Fix macOS warningEelco Dolstra
2023-03-12print-dev-env: stop inadvertently adding . to PATHlbodor
2023-03-10Merge pull request #8015 from tweag/progress-during-nix-copyThéophane Hufschmitt
2023-03-09Make findRuntimeRoots() more resilient to disappearing processesEelco Dolstra
2023-03-09Fix another uninitialized variableEelco Dolstra
2023-03-09Display progress when running copyPaths (nix copy)Alexander Bantyev
2023-03-08Revert "Disable GC during coroutine execution + test"Théophane Hufschmitt
2023-03-08Fix uninitialized readFromStdIn variableEelco Dolstra
2023-03-08Merge pull request #7994 from edolstra/fix-ca-crashEelco Dolstra
2023-03-08Merge pull request #7993 from tweag/fix-profile-gcEelco Dolstra
2023-03-08Fix crash/hang with CA derivationsEelco Dolstra
2023-03-08Merge pull request #7725 from yorickvP/check-coro-gcThéophane Hufschmitt