aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/installables.cc
AgeCommit message (Expand)Author
2022-08-17Show when we're evaluating a flakeEelco Dolstra
2022-07-12Merge pull request #6693 from ncfavier/complete-flake-inputsThéophane Hufschmitt
2022-07-11Fix flake input completion for `InstallablesCommand`sNaïm Favier
2022-06-29Merge pull request #6233 from flox/nix-repl-flakesThéophane Hufschmitt
2022-06-20Complete flake inputs for all given flakesNaïm Favier
2022-06-16Merge pull request #6620 from maralorn/fix-print-missingThéophane Hufschmitt
2022-06-15Merge branch 'master' into nix-repl-flakesTom Bereknyei
2022-06-10Mention that -f implies --impure for eval in docsYuriy Taraday
2022-06-06respect print-missing variable in new-style build commandMalte Brandy
2022-06-02Merge branch 'master' into nix-repl-flakesTom Bereknyei
2022-05-30Respect the outputSpecified attributeEelco Dolstra
2022-05-18repl: use installablesTom Bereknyei
2022-05-18repl: allow loading installables from CLITom Bereknyei
2022-05-16resolve redundant priority passing, wrap NixInt in eval-cache variantEli Kogan-Wang
2022-05-13Integrate review changesEli Kogan-Wang
2022-05-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-05-03Allow selecting derivation outputs using 'installable!outputs'Eelco Dolstra
2022-04-26nix: Respect meta.outputsToInstall, and use all outputs by defaultEelco Dolstra
2022-04-26EvalCache: Revert to using symbols in getAttr()Eelco Dolstra
2022-04-25rename SymbolIdx -> Symbol, Symbol -> SymbolStrpennae
2022-04-21store Symbols in a table as well, like positionspennae
2022-04-21replace most Pos objects/ptrs with indexes into a position tablepennae
2022-04-21Fix the error message in case of a missing realisationThéophane Hufschmitt
2022-04-19Merge pull request #6128 from ncfavier/fix-completionEelco Dolstra
2022-04-19Merge pull request #6404 from edolstra/unify-flake-attr-evalEelco Dolstra
2022-04-15Merge pull request #6323 from erikarvstedt/eval-read-onlyEelco Dolstra
2022-04-14Make InstallableFlake::toValue() and toDerivation() behave consistentlyEelco Dolstra
2022-03-28nix profile install: Don't use queryDerivationOutputMap()Eelco Dolstra
2022-03-26nix eval: Add option `read-only`Erik Arvstedt
2022-03-26Minor comment fixErik Arvstedt
2022-03-16nix: allow using --file - to read from stdinArtturin
2022-03-09BuildResult: Use DerivedPathEelco Dolstra
2022-03-08Add Store::buildPathsWithResults()Eelco Dolstra
2022-03-07Perform tilde expansion when completing flake fragmentsNaïm Favier
2022-03-07Fix completion of nested attributes in completeInstallableNaïm Favier
2022-03-07Add shell completion for --override-inputNaïm Favier
2022-03-07Accept and discard fragments in getFlakeRefForCompletionNaïm Favier
2022-03-07Also display suggestions for the commands using the eval cacheregnat
2022-03-07Implement a suggestions mechanismregnat
2022-03-02Add EvalState::coerceToStorePath() helperEelco Dolstra
2022-03-02nix profile: Support CA derivationsEelco Dolstra
2022-03-02Move installables-related operationsEelco Dolstra
2022-02-22Replace defaultBla.$system with bla.$system.defaultEelco Dolstra
2022-02-14InstallableFlake: Default attr paths cleanupEelco Dolstra
2022-02-11parseInstallables(): Don't try the flake attr path prefixes when no fragment ...Eelco Dolstra
2022-02-03Allow missing flake.nix for --override-input targetMatthew Bauer
2022-02-04Make most calls to determinePos() lazyEelco Dolstra
2022-01-21forceAttrs: make pos mandatoryKevin Amado
2022-01-21forceValue: make pos mandatoryKevin Amado
2022-01-18Add Installable::toDrvPaths()Eelco Dolstra