index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcmd
Age
Commit message (
Expand
)
Author
2022-05-06
renderMarkdownToTerminal(): Avoid line overflow
Eelco Dolstra
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-05-03
Allow selecting derivation outputs using 'installable!outputs'
Eelco Dolstra
2022-04-26
nix: Respect meta.outputsToInstall, and use all outputs by default
Eelco Dolstra
2022-04-26
EvalCache: Revert to using symbols in getAttr()
Eelco Dolstra
2022-04-25
rename SymbolIdx -> Symbol, Symbol -> SymbolStr
pennae
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-04-21
don't use full Pos for findPackageFilename/editorFor
pennae
2022-04-21
Fix the error message in case of a missing realisation
Théophane Hufschmitt
2022-04-19
Merge pull request #6128 from ncfavier/fix-completion
Eelco Dolstra
2022-04-19
Merge pull request #6404 from edolstra/unify-flake-attr-eval
Eelco Dolstra
2022-04-15
Merge pull request #6323 from erikarvstedt/eval-read-only
Eelco Dolstra
2022-04-14
Make InstallableFlake::toValue() and toDerivation() behave consistently
Eelco Dolstra
2022-03-28
nix profile install: Don't use queryDerivationOutputMap()
Eelco Dolstra
2022-03-26
nix eval: Add option `read-only`
Erik Arvstedt
2022-03-26
Minor comment fix
Erik Arvstedt
2022-03-22
nix edit: support kakoune
Hideaki Kawai
2022-03-16
nix: allow using --file - to read from stdin
Artturin
2022-03-09
BuildResult: Use DerivedPath
Eelco Dolstra
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2022-03-07
Add shell completion for --override-flake
Naïm Favier
2022-03-07
Perform tilde expansion when completing flake fragments
Naïm Favier
2022-03-07
Fix completion of nested attributes in completeInstallable
Naïm Favier
2022-03-07
Add shell completion for --override-input
Naïm Favier
2022-03-07
Accept and discard fragments in getFlakeRefForCompletion
Naïm Favier
2022-03-07
Also display suggestions for the commands using the eval cache
regnat
2022-03-07
Implement a suggestions mechanism
regnat
2022-03-02
Add EvalState::coerceToStorePath() helper
Eelco Dolstra
2022-03-02
nix profile: Support CA derivations
Eelco Dolstra
2022-03-02
Move installables-related operations
Eelco Dolstra
2022-02-22
Replace defaultBla.$system with bla.$system.default
Eelco Dolstra
2022-02-14
InstallableFlake: Default attr paths cleanup
Eelco Dolstra
2022-02-11
parseInstallables(): Don't try the flake attr path prefixes when no fragment ...
Eelco Dolstra
2022-02-03
Allow missing flake.nix for --override-input target
Matthew Bauer
2022-02-04
Make most calls to determinePos() lazy
Eelco Dolstra
2022-02-04
Merge branch 'issue-3505' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-01-30
use LOWDOWN_LIBS variable
Thomas Koch
2022-01-21
forceAttrs: make pos mandatory
Kevin Amado
2022-01-21
forceValue: make pos mandatory
Kevin Amado
2022-01-18
Add Installable::toDrvPaths()
Eelco Dolstra
2022-01-18
Add command 'nix store copy-log'
Eelco Dolstra
2022-01-18
Factor out --from / --to logic
Eelco Dolstra
2021-12-22
Fix attr path completion after a dot
Naïm Favier
2021-12-22
Don't insert spaces when completing attribute paths
Naïm Favier
2021-12-11
EvalCommand::getEvalState: use gc tracable allocator for EvalState
Yorick van Pelt
2021-11-26
Don’t try to complete flakes is the feature isn’t enabled
regnat
2021-10-26
Make experimental-features a proper type
regnat
2021-09-30
`std::visit` by reference
John Ericson
2021-09-27
nix path-info -r: Don't duplicate the root paths
Eelco Dolstra
[next]