index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcmd
/
installables.cc
Age
Commit message (
Expand
)
Author
2022-05-13
Integrate review changes
Eli Kogan-Wang
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
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-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
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-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
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-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-10
Make installables const
Eelco Dolstra
2021-09-02
Don't use read-only mode for nix build --dry-run
Georges Dubus
2021-09-02
parseInstallables(): Parse store paths as store paths
Eelco Dolstra
2021-08-14
fix typo in ca-error message
Jörg Thalheim
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-07-22
Use eval-store in more places
Eelco Dolstra
2021-07-22
nix-build: Copy drv closure between eval store and build store
Eelco Dolstra
2021-07-22
Hacky fast closure copying mechanism
Eelco Dolstra
2021-07-22
Add --eval-store option
Eelco Dolstra
[next]