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-07-12
Merge pull request #6693 from ncfavier/complete-flake-inputs
Théophane Hufschmitt
2022-07-11
Fix flake input completion for `InstallablesCommand`s
Naïm Favier
2022-06-29
Merge pull request #6233 from flox/nix-repl-flakes
Théophane Hufschmitt
2022-06-20
Complete flake inputs for all given flakes
Naïm Favier
2022-06-16
Merge pull request #6620 from maralorn/fix-print-missing
Théophane Hufschmitt
2022-06-15
Merge branch 'master' into nix-repl-flakes
Tom Bereknyei
2022-06-10
Mention that -f implies --impure for eval in docs
Yuriy Taraday
2022-06-06
respect print-missing variable in new-style build command
Malte Brandy
2022-06-02
Merge branch 'master' into nix-repl-flakes
Tom Bereknyei
2022-05-30
Respect the outputSpecified attribute
Eelco Dolstra
2022-05-18
repl: use installables
Tom Bereknyei
2022-05-18
repl: allow loading installables from CLI
Tom Bereknyei
2022-05-16
resolve redundant priority passing, wrap NixInt in eval-cache variant
Eli Kogan-Wang
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
[next]