Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-22 | Replace defaultBla.$system with bla.$system.default | Eelco Dolstra | |
This also simplifies some InstallableFlake logic and fixes 'nix bundle' parsing its installable twice. Fixes #5532. | |||
2022-01-28 | bundler: tests various combinations of referring to installables | Tom Bereknyei | |
2022-01-28 | bundler: revert default behavior to use defaultApp | Tom Bereknyei | |
Bundlers are now responsible for correctly handling their inputs which are no longer constrained to be (Drv->Drv)->Drv->Drv, but can be of type (attrset->Drv)->attrset->Drv. | |||
2022-01-25 | bundler: add tests and change defaults to use a derivation | Tom Bereknyei | |