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
2024-06-19
Merge pull request #10570 from layus/shared_caches
Eelco Dolstra
2024-06-17
libexpr: pass Exprs as references, not pointers
eldritch horrors
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-15
nix3-build: show all FOD errors with `--keep-going`
Maximilian Bosch
2024-03-25
Merge pull request #8817 from iFreilicht/flake-update-lock-overhaul
Théophane Hufschmitt
2024-03-25
Overhaul completions, redo #6693 (#8131)
John Ericson
2024-03-25
feat: notation to refer to no attribute search prefix
Tom Bereknyei
2024-03-24
Improve new CLI UX by supporting short `-E` flag for `--expr`
Lunaphied
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-04
Merge pull request #9648 from cole-h/nix-shell-ordering
eldritch horrors
2024-03-04
Merge pull request #9289 from edolstra/fix-warnings
eldritch horrors
2023-08-18
Fixing #7479
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-07-31
Move evaluator settings (type and global) to separate file/header
John Ericson
2023-06-12
test: add test for non-defaulting for stding installable input
Tom Bereknyei
2023-06-11
fix: Do not apply default installables when using --stdin
Tom Bereknyei
2023-04-24
Merge remote-tracking branch 'origin/master' into source-path
Eelco Dolstra
2023-04-17
Merge remote-tracking branch 'upstream/master' into source-path
Robert Hensing
2023-04-15
Introduce `SingleDrvOutputs`
John Ericson
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-04-03
Merge pull request #8042 from lheckemann/alt-lockfiles
Eelco Dolstra
2023-03-27
Merge pull request #7763 from obsidiansystems/installable-wide-info
Eelco Dolstra
2023-03-27
Merge pull request #7609 from obsidiansystems/hide-experimental-settings
John Ericson
2023-03-24
Stratify `ExtraPathInfo` along `Installable` hierarchy
John Ericson
2023-03-20
Move enabled experimental feature to libutil struct
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-03-14
Apply review suggestions
Linus Heckemann
2023-03-13
Allow specifying alternative paths for reading/writing flake locks
Linus Heckemann
2023-03-05
clarify definition of "installable"
Valentin Gagarin
2023-03-02
Merge branch 'master' into paths-from-stdin
Théophane Hufschmitt
2023-02-28
Get rid of `.drv` special-casing for store path installables
John Ericson
2023-02-28
feat: read installable paths from stdin
Timothy DeHerrera
2023-02-20
Make `--read-only` a separate mixin
John Ericson
2023-02-20
Slight cleanup of `InstallablesCommand::load`
John Ericson
2023-02-20
Split out `InstallableFlake` and `InstallableAttrPath`
John Ericson
2023-02-13
Merge pull request #7744 from obsidiansystems/split-installable-store-path
tomberek
2023-02-04
Scope down `--derivation` to just the commands that use it
John Ericson
2023-02-03
Factor out `InstallableStorePath` to its own file, dedup
John Ericson
2023-01-31
Installable::getCursors: Cleanup
dramforever
2023-01-30
InstallableFlake: Handle missing attr in getCursors
dramforever
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-12
Split `OutputsSpec::merge` into `OuputsSpec::{union_, isSubsetOf}`
John Ericson
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
2023-01-11
Make it hard to construct an empty `OutputsSpec::Names`
John Ericson
2023-01-11
Simplify and document store path installable parsing
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2023-01-11
Rename `OutputPath` -> `ExtendedOutputPath`
John Ericson
2023-01-11
Improve `OutputsSpec` slightly
John Ericson
[next]