aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd
AgeCommit message (Expand)Author
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
2021-05-17Enfore the use of properly built paths in libcmdregnat
2021-05-12DerivedPathWithHints -> BuiltPathregnat
2021-04-23Revert "Make `nix shell` fallback to static outputs when needed"regnat
2021-04-22Merge branch 'master' of github.com:NixOS/nixEelco Dolstra
2021-04-21Get deriver when passing --derivationMatthew Bauer
2021-04-21Make `nix shell` fallback to static outputs when neededregnat
2021-04-19libcmd/installables: force re-evaluation of cached failuresMaximilian Bosch
2021-04-05buildable.{cc,hh} -> derived-path.{cc,hh}John Ericson
2021-04-05Make `DerivedPathWithHints` a newtypeJohn Ericson
2021-04-05Rename BuildableJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-04-05Move `StorePathWithOutputs` into its own header/fileJohn Ericson
2021-04-05Pull out Buildable into its own file/header in libnixstoreJohn Ericson
2021-03-16--override-input: Imply --no-write-lock-fileEelco Dolstra
2021-03-02Make NIX_SHOW_STATS work with new-style commandsregnat
2021-02-19Merge pull request #4541 from obsidiansystems/simpler-store-path-commandEelco Dolstra
2021-02-17Throw an error if --arg / --argstr is used with a flakeEelco Dolstra
2021-02-12Deeper `Command` hierarchy to remove redundancyJohn Ericson
2021-02-06libcmd/markdown: handle allocation errors in lowdown_term_rndrsternenseemann
2021-02-04Normalize some error messagesThéophane Hufschmitt
2021-01-28Add a new Cmd type working on RealisedPathsregnat
2021-01-26Move command plugin interface to libnixcmdShea Levy