aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd
AgeCommit message (Expand)Author
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-21don't use full Pos for findPackageFilename/editorForpennae
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-22nix edit: support kakouneHideaki Kawai
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-07Add shell completion for --override-flakeNaïm Favier
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-02-04Merge branch 'issue-3505' of https://github.com/kamadorueda/nixEelco Dolstra
2022-01-30use LOWDOWN_LIBS variableThomas Koch
2022-01-21forceAttrs: make pos mandatoryKevin Amado
2022-01-21forceValue: make pos mandatoryKevin Amado
2022-01-18Add Installable::toDrvPaths()Eelco Dolstra
2022-01-18Add command 'nix store copy-log'Eelco Dolstra
2022-01-18Factor out --from / --to logicEelco Dolstra
2021-12-22Fix attr path completion after a dotNaïm Favier
2021-12-22Don't insert spaces when completing attribute pathsNaïm Favier
2021-12-11EvalCommand::getEvalState: use gc tracable allocator for EvalStateYorick van Pelt
2021-11-26Don’t try to complete flakes is the feature isn’t enabledregnat
2021-10-26Make experimental-features a proper typeregnat
2021-09-30`std::visit` by referenceJohn Ericson
2021-09-27nix path-info -r: Don't duplicate the root pathsEelco Dolstra
2021-09-27run(): MoveEelco Dolstra
2021-09-24Use latest lowdownEelco Dolstra
2021-09-14Respect NO_COLOR in Markdown outputEelco Dolstra
2021-09-13renderMarkdownToTerminal(): Fix terminal width computationEelco Dolstra
2021-09-10Make installables constEelco Dolstra
2021-09-02Add FIXMEEelco Dolstra