index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
bundle.cc
Age
Commit message (
Expand
)
Author
2024-06-20
de-inheritance CmdBundle for InstallableValueCommand
Qyriad
2024-03-25
Overhaul completions, redo #6693 (#8131)
John Ericson
2023-08-18
Fixing #7479
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-04-21
Use `std::set<StringContextElem>` not `PathSet` for string contexts
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-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-11
Remove default constructor from `OutputsSpec`
John Ericson
2023-01-11
Rename `OutputPath` -> `ExtendedOutputPath`
John Ericson
2022-09-07
WIP: broken merge but need a git checkpoint
Guillaume Maudoux
2022-05-03
Allow selecting derivation outputs using 'installable!outputs'
Eelco Dolstra
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-04-21
remove Bindings::need
pennae
2022-03-30
bundler: update default bundler to support new bundler API
Tom Bereknyei
2022-03-04
Add detailed error mesage for coerceTo{String,Path}
Guillaume Maudoux
2022-03-04
Add error context for most basic coercions
Guillaume Maudoux
2022-03-02
Add EvalState::coerceToStorePath() helper
Eelco Dolstra
2022-02-22
Replace defaultBla.$system with bla.$system.default
Eelco Dolstra
2022-02-14
InstallableFlake: Default attr paths cleanup
Eelco Dolstra
2022-01-28
bundler: revert default behavior to use defaultApp
Tom Bereknyei
2022-01-25
bundler: add tests and change defaults to use a derivation
Tom Bereknyei
2022-01-24
Refactor bundler API
Tom Bereknyei
2022-01-24
bundler: pass drv attrset instead of path
Tom Bereknyei
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2021-08-21
nix {bundle,run}: drop broken flake attr-path prefixes
Jan Tojnar
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-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-02-17
Throw an error if --arg / --argstr is used with a flake
Eelco Dolstra
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2020-12-21
Add 'nix bundle' manpage
Eelco Dolstra
2020-11-23
Removed reference check from bundler command
Wil Taylor
2020-11-21
Added switch
Wil Taylor
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-09-18
nix build: find() -> get()
Eelco Dolstra
2020-09-03
addPermRoot(): Remove indirect flag
Eelco Dolstra
2020-07-31
nix bundle: Set category
Eelco Dolstra
2020-07-30
Pass system to bundler
Matthew Bauer
2020-07-30
Address misc review
Matthew Bauer
2020-07-30
Remove single file restriction for bundler
Matthew Bauer
2020-07-30
exporter -> bundler
Matthew Bauer