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
2021-11-26
Don’t try to complete flakes is the feature isn’t enabled
regnat
2021-10-26
Make experimental-features a proper type
regnat
2021-09-30
`std::visit` by reference
John Ericson
2021-09-10
Make installables const
Eelco Dolstra
2021-09-02
Don't use read-only mode for nix build --dry-run
Georges Dubus
2021-09-02
parseInstallables(): Parse store paths as store paths
Eelco Dolstra
2021-08-14
fix typo in ca-error message
Jörg Thalheim
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-07-22
Use eval-store in more places
Eelco Dolstra
2021-07-22
nix-build: Copy drv closure between eval store and build store
Eelco Dolstra
2021-07-22
Hacky fast closure copying mechanism
Eelco Dolstra
2021-07-22
Add --eval-store option
Eelco Dolstra
2021-07-21
Tweak --no/use-registries doc strings
Eelco Dolstra
2021-07-16
Add use-registries config option (and deprecate --no-registries flag)
Alexander Bantyev
2021-07-08
Merge pull request #4969 from serokell/balsoft/fix-nixConfig-flake-registry
Eelco Dolstra
2021-07-05
completeInstallable: also match for already typed prefixes
Maximilian Bosch
2021-07-03
libcmd/installables: implement completion for Nix expressions passed via `-f`
Maximilian Bosch
2021-07-01
fixup! flake.nixConfig: fix flake-registry config settings
Alexander Bantyev
2021-07-01
flake.nixConfig: fix flake-registry config settings
Alexander Bantyev
2021-05-17
Enfore the use of properly built paths in libcmd
regnat
2021-05-12
DerivedPathWithHints -> BuiltPath
regnat
2021-04-23
Revert "Make `nix shell` fallback to static outputs when needed"
regnat
2021-04-22
Merge branch 'master' of github.com:NixOS/nix
Eelco Dolstra
2021-04-21
Get deriver when passing --derivation
Matthew Bauer
2021-04-21
Make `nix shell` fallback to static outputs when needed
regnat
2021-04-19
libcmd/installables: force re-evaluation of cached failures
Maximilian Bosch
2021-04-05
Make `DerivedPathWithHints` a newtype
John Ericson
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-04-05
Pull out Buildable into its own file/header in libnixstore
John Ericson
2021-03-16
--override-input: Imply --no-write-lock-file
Eelco Dolstra
2021-03-02
Make NIX_SHOW_STATS work with new-style commands
regnat
2021-02-17
Throw an error if --arg / --argstr is used with a flake
Eelco Dolstra
2021-02-04
Normalize some error messages
Théophane Hufschmitt
2021-01-28
Add a new Cmd type working on RealisedPaths
regnat
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy