index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcmd
/
installables.hh
Age
Commit message (
Expand
)
Author
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-03-04
Merge pull request #9648 from cole-h/nix-shell-ordering
eldritch horrors
2023-07-12
Move `BuiltPath` to its own header/C++ file in libcmd
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-24
Stratify `ExtraPathInfo` along `Installable` hierarchy
John Ericson
2023-03-16
Move value-only methods to `InstallableValue`
John Ericson
2023-03-15
Make command infra less stateful and more regular
John Ericson
2023-02-20
Split out `InstallableFlake` and `InstallableAttrPath`
John Ericson
2023-01-31
Installable::getCursors: Cleanup
dramforever
2023-01-30
InstallableFlake: Handle missing attr in getCursors
dramforever
2023-01-11
Rename `OutputPath` -> `ExtendedOutputPath`
John Ericson
2023-01-10
Make clear that `StorePathWithOutputs` is a deprecated type
John Ericson
2023-01-10
ExtraInfo -> ExtraPathInfo
Eelco Dolstra
2022-12-20
Merge toDerivations() into toDerivedPaths()
Eelco Dolstra
2022-11-21
nix build --json: Include build statistics
Eelco Dolstra
2022-05-20
Apply suggestions from code review
tomberek
2022-05-18
repl: use installables
Tom Bereknyei
2022-05-16
resolve redundant priority passing, wrap NixInt in eval-cache variant
Eli Kogan-Wang
2022-05-13
Integrate review changes
Eli Kogan-Wang
2022-05-03
Allow selecting derivation outputs using 'installable!outputs'
Eelco Dolstra
2022-04-26
nix: Respect meta.outputsToInstall, and use all outputs by default
Eelco Dolstra
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-04-14
Make InstallableFlake::toValue() and toDerivation() behave consistently
Eelco Dolstra
2022-03-28
nix profile install: Don't use queryDerivationOutputMap()
Eelco Dolstra
2022-03-02
nix profile: Support CA derivations
Eelco Dolstra
2022-03-02
Move installables-related operations
Eelco Dolstra
2022-02-14
InstallableFlake: Default attr paths cleanup
Eelco Dolstra
2022-01-18
Add Installable::toDrvPaths()
Eelco Dolstra
2021-07-22
Use eval-store in more places
Eelco Dolstra
2021-05-17
Split the parsing of an `App` and its resolving
regnat
2021-05-17
Enfore the use of properly built paths in libcmd
regnat
2021-05-12
DerivedPathWithHints -> BuiltPath
regnat
2021-04-05
buildable.{cc,hh} -> derived-path.{cc,hh}
John Ericson
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Move `StorePathWithOutputs` into its own header/file
John Ericson
2021-04-05
Pull out Buildable into its own file/header in libnixstore
John Ericson
2021-02-17
Throw an error if --arg / --argstr is used with a flake
Eelco Dolstra
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy