index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
Age
Commit message (
Expand
)
Author
2023-03-12
print-dev-env: stop inadvertently adding . to PATH
lbodor
2023-03-06
output paths of store derivations are now addressed explicitly
Valentin Gagarin
2023-03-05
clarify definition of "installable"
Valentin Gagarin
2023-03-05
make descriptions of each installable type an own subsection
Valentin Gagarin
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-03-02
Get rid of some unchecked calls to std::cout
Eelco Dolstra
2023-03-02
nix store cat: Use writeFull()
Eelco Dolstra
2023-03-01
Merge pull request #7788 from bobvanderlinden/pr-improve-nix-profile-install-...
Valentin Gagarin
2023-03-01
nix-profile: add FIXME about using C++20 std::ranges
Bob van der Linden
2023-02-28
nix-profile-install: show helpful error upon package conflict
Bob van der Linden
2023-02-21
Merge pull request #7755 from obsidiansystems/mix-read-only-mode
Théophane Hufschmitt
2023-02-20
Merge pull request #7863 from obsidiansystems/test-derivation-to-json
Robert Hensing
2023-02-20
Make `--read-only` a separate mixin
John Ericson
2023-02-20
Split out `CmdRepl` and `editorFor`
John Ericson
2023-02-20
Split out `InstallableFlake` and `InstallableAttrPath`
John Ericson
2023-02-19
Move `Derivation` toJSON logic to libnixstore
John Ericson
2023-02-13
Merge pull request #7744 from obsidiansystems/split-installable-store-path
tomberek
2023-02-10
daemon.cc: Rename UserSettings -> AuthorizationSettings
Robert Hensing
2023-02-04
Scope down `--derivation` to just the commands that use it
John Ericson
2023-02-03
Factor out `InstallableStorePath` to its own file, dedup
John Ericson
2023-02-03
Merge pull request #7739 from obsidiansystems/user-settings
Eelco Dolstra
2023-02-02
Move `trustedUsers` and `allowedUsers` to separate config struct
John Ericson
2023-02-02
Get rid of the `authHook` parameter on `processConnection`
John Ericson
2023-02-01
Merge pull request #7723 from yorickvP/nix-store-ping-json
Eelco Dolstra
2023-02-01
Merge pull request #7667 from dramforever/flake-search-attr
Théophane Hufschmitt
2023-01-31
nix flake show: Ignore empty attrsets
Robert Hensing
2023-01-31
nix store ping: try to print json if connect() fails aswell
Yorick van Pelt
2023-01-31
nix store ping: add --json flag
Yorick van Pelt
2023-01-31
Fix extra "." in CmdSearch::getDefaultFlakeAttrPaths
dramforever
2023-01-30
Avoid some `StorePath` <-> `Path` round trips
John Ericson
2023-01-30
Merge pull request #5226 from NixOS/client-side-profiles
Eelco Dolstra
2023-01-27
apply showAllSystems to legacyPackages as well
Max
2023-01-27
Merge remote-tracking branch 'nixos/master' into pr-flake-show-foreign
Théophane Hufschmitt
2023-01-23
Merge pull request #7595 from cole-h/show-setting-value
Eelco Dolstra
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-17
Move the default profiles to the user’s home
Théophane Hufschmitt
2023-01-16
flake check: Recognize well known community attributes
Robert Hensing
2023-01-12
nix/show-config: allow getting the value of a specific setting
Cole Helbling
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2023-01-11
Rename `OutputPath` -> `ExtendedOutputPath`
John Ericson
2023-01-11
Improve `OutputsSpec` slightly
John Ericson
2023-01-10
Parse string context elements properly
John Ericson
2023-01-10
Make clear that `StorePathWithOutputs` is a deprecated type
John Ericson
2023-01-10
Add a FIXME
Eelco Dolstra
2023-01-10
ExtraInfo -> ExtraPathInfo
Eelco Dolstra
2023-01-10
Merge remote-tracking branch 'origin/master' into fix-7417
Eelco Dolstra
2023-01-05
Don't check NixOS modules
Naïm Favier
2023-01-05
Merge pull request #7539 from tweag/fix-nix-why-depends--derivation
Eelco Dolstra
[next]