aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-21nix describe-stores: RemoveEelco Dolstra
2023-03-21nix store --help: Include store type 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-19Only allow reference lock files when allow-dirty is setLinus Heckemann
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-14Apply review suggestionsLinus Heckemann
2023-03-13Allow specifying alternative paths for reading/writing flake locksLinus Heckemann
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
2023-03-07Fix `nix-collect-garbage -d` with the new profile locationThéophane Hufschmitt
2023-03-07Merge pull request #7889 from sidkshatriya/sorted-fetch-pathsThéophane Hufschmitt
2023-03-06no-op refactor: extract outLink generation into a functionmupdt
2023-03-06Merge pull request #7958 from amesgen/issue-7955Eelco Dolstra
2023-03-06Merge pull request #7975 from fricklerhandwerk/fix-fetchgitEelco Dolstra
2023-03-06output paths of store derivations are now addressed explicitlyValentin Gagarin
2023-03-05remove indentation in `fetchGit` attribute listingValentin Gagarin
2023-03-05clarify definition of "installable"Valentin Gagarin
2023-03-05make descriptions of each installable type an own subsectionValentin Gagarin
2023-03-04InstallableFlake: Apply nix config in `getCursors`amesgen