aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2023-03-12print-dev-env: stop inadvertently adding . to PATHlbodor
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-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-01Merge pull request #7723 from yorickvP/nix-store-ping-jsonEelco Dolstra
2023-02-01Merge pull request #7667 from dramforever/flake-search-attrThéophane Hufschmitt
2023-01-31nix flake show: Ignore empty attrsetsRobert Hensing
2023-01-31nix store ping: try to print json if connect() fails aswellYorick van Pelt
2023-01-31nix store ping: add --json flagYorick van Pelt
2023-01-31Fix extra "." in CmdSearch::getDefaultFlakeAttrPathsdramforever
2023-01-30Avoid some `StorePath` <-> `Path` round tripsJohn Ericson
2023-01-30Merge pull request #5226 from NixOS/client-side-profilesEelco Dolstra
2023-01-27apply showAllSystems to legacyPackages as wellMax
2023-01-27Merge remote-tracking branch 'nixos/master' into pr-flake-show-foreignThéophane Hufschmitt
2023-01-23Merge pull request #7595 from cole-h/show-setting-valueEelco Dolstra
2023-01-19Revert "Revert "Merge pull request #6204 from layus/coerce-string""Guillaume Maudoux
2023-01-18Revert "Merge pull request #6204 from layus/coerce-string"Robert Hensing
2023-01-17Move the default profiles to the user’s homeThéophane Hufschmitt
2023-01-16flake check: Recognize well known community attributesRobert Hensing
2023-01-12nix/show-config: allow getting the value of a specific settingCole Helbling
2023-01-11Remove default constructor from `OutputsSpec`John Ericson
2023-01-11Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former moreJohn Ericson
2023-01-11Rename `OutputPath` -> `ExtendedOutputPath`John Ericson
2023-01-11Improve `OutputsSpec` slightlyJohn Ericson
2023-01-10Parse string context elements properlyJohn Ericson
2023-01-10Make clear that `StorePathWithOutputs` is a deprecated typeJohn Ericson
2023-01-10Add a FIXMEEelco Dolstra
2023-01-10ExtraInfo -> ExtraPathInfoEelco Dolstra
2023-01-10Merge remote-tracking branch 'origin/master' into fix-7417Eelco Dolstra
2023-01-05Don't check NixOS modulesNaïm Favier
2023-01-05Merge pull request #7539 from tweag/fix-nix-why-depends--derivationEelco Dolstra