aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd
AgeCommit message (Expand)Author
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
2021-09-02Don't use read-only mode for nix build --dry-runGeorges Dubus
2021-09-02parseInstallables(): Parse store paths as store pathsEelco Dolstra
2021-08-30Merge pull request #5175 from Pamplemousse/makeEelco Dolstra
2021-08-25Don't overwrite user provided `lib*_LDFLAGS`Pamplemousse
2021-08-16Merge pull request #5134 from pszubiak/fix-pkgconfig-install-pathEelco Dolstra
2021-08-14fix typo in ca-error messageJörg Thalheim
2021-08-13Install pkg-config files in the correct locationPiotr Szubiakowski
2021-07-28Merge pull request #5042 from alyssais/pthreadEelco Dolstra
2021-07-24Enable pthreads for new librariesAlyssa Ross
2021-07-22buildPaths(): Add an evalStore argumentEelco Dolstra
2021-07-22Use eval-store in more placesEelco Dolstra
2021-07-22nix-build: Copy drv closure between eval store and build storeEelco Dolstra
2021-07-22Support --eval-store in nix-instantiate and nix-buildEelco Dolstra
2021-07-22Hacky fast closure copying mechanismEelco Dolstra
2021-07-22Add --eval-store optionEelco Dolstra
2021-07-21Tweak --no/use-registries doc stringsEelco Dolstra
2021-07-16Add use-registries config option (and deprecate --no-registries flag)Alexander Bantyev
2021-07-08Merge pull request #4969 from serokell/balsoft/fix-nixConfig-flake-registryEelco Dolstra
2021-07-05Merge pull request #4980 from Ma27/file-attr-completionEelco Dolstra
2021-07-05completeInstallable: also match for already typed prefixesMaximilian Bosch
2021-07-03libcmd/installables: implement completion for Nix expressions passed via `-f`Maximilian Bosch
2021-07-01Prefer to throw specific errorsPamplemousse
2021-07-01fixup! flake.nixConfig: fix flake-registry config settingsAlexander Bantyev
2021-07-01flake.nixConfig: fix flake-registry config settingsAlexander Bantyev
2021-05-17Split the parsing of an `App` and its resolvingregnat