aboutsummaryrefslogtreecommitdiff
path: root/src/nix/bundle.cc
AgeCommit message (Expand)Author
2024-06-20de-inheritance CmdBundle for InstallableValueCommandQyriad
2024-03-25Overhaul completions, redo #6693 (#8131)John Ericson
2023-08-18Fixing #7479John Ericson
2023-08-10Make the Derived Path family of types inductive for dynamic derivationsJohn Ericson
2023-04-21Use `std::set<StringContextElem>` not `PathSet` for string contextsJohn Ericson
2023-03-24Stratify `ExtraPathInfo` along `Installable` hierarchyJohn Ericson
2023-03-16Move value-only methods to `InstallableValue`John Ericson
2023-03-15Make command infra less stateful and more regularJohn Ericson
2023-02-20Split out `InstallableFlake` and `InstallableAttrPath`John Ericson
2023-01-19Revert "Revert "Merge pull request #6204 from layus/coerce-string""Guillaume Maudoux
2023-01-18Revert "Merge pull request #6204 from layus/coerce-string"Robert Hensing
2023-01-11Remove default constructor from `OutputsSpec`John Ericson
2023-01-11Rename `OutputPath` -> `ExtendedOutputPath`John Ericson
2022-09-07WIP: broken merge but need a git checkpointGuillaume Maudoux
2022-05-03Allow selecting derivation outputs using 'installable!outputs'Eelco Dolstra
2022-04-29Merge remote-tracking branch 'origin/master' into coerce-stringGuillaume Maudoux
2022-04-21replace most Pos objects/ptrs with indexes into a position tablepennae
2022-04-21remove Bindings::needpennae
2022-03-30bundler: update default bundler to support new bundler APITom Bereknyei
2022-03-04Add detailed error mesage for coerceTo{String,Path}Guillaume Maudoux
2022-03-04Add error context for most basic coercionsGuillaume Maudoux
2022-03-02Add EvalState::coerceToStorePath() helperEelco Dolstra
2022-02-22Replace defaultBla.$system with bla.$system.defaultEelco Dolstra
2022-02-14InstallableFlake: Default attr paths cleanupEelco Dolstra
2022-01-28bundler: revert default behavior to use defaultAppTom Bereknyei
2022-01-25bundler: add tests and change defaults to use a derivationTom Bereknyei
2022-01-24Refactor bundler APITom Bereknyei
2022-01-24bundler: pass drv attrset instead of pathTom Bereknyei
2022-01-04Ensure that attrsets are sortedEelco Dolstra
2021-08-21nix {bundle,run}: drop broken flake attr-path prefixesJan Tojnar
2021-07-22Use eval-store in more placesEelco Dolstra
2021-05-17Split the parsing of an `App` and its resolvingregnat
2021-04-05Rename BuildableJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-02-17Throw an error if --arg / --argstr is used with a flakeEelco Dolstra
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2020-12-21Add 'nix bundle' manpageEelco Dolstra
2020-11-23Removed reference check from bundler commandWil Taylor
2020-11-21Added switchWil Taylor
2020-10-09Split out `local-fs-store.hh`John Ericson
2020-09-18nix build: find() -> get()Eelco Dolstra
2020-09-03addPermRoot(): Remove indirect flagEelco Dolstra
2020-07-31nix bundle: Set categoryEelco Dolstra
2020-07-30Pass system to bundlerMatthew Bauer
2020-07-30Address misc reviewMatthew Bauer
2020-07-30Remove single file restriction for bundlerMatthew Bauer
2020-07-30exporter -> bundlerMatthew Bauer