aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2023-03-26Catch eval errors in `hasContent`oxalica
2023-03-24Stratify `ExtraPathInfo` along `Installable` hierarchyJohn Ericson
2023-03-24Merge pull request #7757 from obsidiansystems/more-installable-valueEelco Dolstra
2023-03-23TweaksEelco Dolstra
2023-03-23Document store URLsEelco Dolstra
2023-03-22Merge pull request #8078 from obsidiansystems/profile-mdJohn Ericson
2023-03-22Improve store setting descriptions / Markdown formattingEelco Dolstra
2023-03-21Add a "help" categoryEelco Dolstra
2023-03-21Move store docs to 'nix help-stores'Eelco 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-21Fix misrendering of 'nix store --help'Eelco Dolstra
2023-03-20Fix `nix profile --help`John Ericson
2023-03-20Fix handling of experimental features mid-parseJohn Ericson
2023-03-20Move enabled experimental feature to libutil structJohn Ericson
2023-03-19docs: quote URL literalsfigsoda
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-15Merge pull request #7750 from obsidiansystems/no-args-prepareJohn Ericson
2023-03-15Make command infra less stateful and more regularJohn Ericson
2023-03-16nix-hash: support base-64 and SRI formatYueh-Shun Li
2023-03-12print-dev-env: stop inadvertently adding . to PATHlbodor
2023-03-06no-op refactor: extract outLink generation into a functionmupdt
2023-03-06output paths of store derivations are now addressed explicitlyValentin Gagarin
2023-03-05clarify definition of "installable"Valentin Gagarin
2023-03-05make descriptions of each installable type an own subsectionValentin Gagarin
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2023-03-02Get rid of some unchecked calls to std::coutEelco Dolstra
2023-03-02nix store cat: Use writeFull()Eelco Dolstra
2023-03-01Merge pull request #7788 from bobvanderlinden/pr-improve-nix-profile-install-...Valentin Gagarin
2023-03-01nix-profile: add FIXME about using C++20 std::rangesBob van der Linden
2023-02-28No inheritance for `TextInfo` and `FixedOutputInfo`John Ericson
2023-02-28Revert "Remove some designated initializers"John Ericson
2023-02-28Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2023-02-28nix-profile-install: show helpful error upon package conflictBob van der Linden
2023-02-21Merge pull request #7755 from obsidiansystems/mix-read-only-modeThéophane Hufschmitt
2023-02-20Merge pull request #7863 from obsidiansystems/test-derivation-to-jsonRobert Hensing
2023-02-20Make `--read-only` a separate mixinJohn Ericson
2023-02-20Split out `CmdRepl` and `editorFor`John Ericson
2023-02-20Split out `InstallableFlake` and `InstallableAttrPath`John Ericson
2023-02-19Move `Derivation` toJSON logic to libnixstoreJohn Ericson
2023-02-13Merge pull request #7744 from obsidiansystems/split-installable-store-pathtomberek
2023-02-10daemon.cc: Rename UserSettings -> AuthorizationSettingsRobert Hensing
2023-02-04Scope down `--derivation` to just the commands that use itJohn Ericson
2023-02-03Factor out `InstallableStorePath` to its own file, dedupJohn Ericson
2023-02-03Merge pull request #7739 from obsidiansystems/user-settingsEelco Dolstra
2023-02-02Move `trustedUsers` and `allowedUsers` to separate config structJohn Ericson
2023-02-02Get rid of the `authHook` parameter on `processConnection`John Ericson
2023-02-02Merge branch 'master' into path-infoJohn Ericson