Eelco Dolstra
|
6849ae82de
|
Merge pull request #4818 from NixOS/ca/cli-use-builtpaths
Enforce the use of properly built paths in libcmd
|
2021-05-17 16:15:40 +02:00 |
|
regnat
|
2105084645
|
Enfore the use of properly built paths in libcmd
Replace `DerivedPathWithHints` by a new `BuiltPath` type that serves as
a proof that the corresponding path has been built.
|
2021-05-17 08:45:08 +02:00 |
|
Matthew Bauer
|
8c7e043de2
|
Fix tokenize output names in drv
This should fix the issue described in
https://discourse.nixos.org/t/derivation-does-not-have-wanted-outputs-dev-out/12905.
Specifically, we get an error of
error: derivation '/nix/store/_.drv' does not have wanted outputs 'dev,out'
when a path like /nix/store/_.drv!dev,out is sent to the daemon.
|
2021-05-12 21:40:28 -05:00 |
|
regnat
|
ec613603ba
|
DerivedPathWithHints -> BuiltPath
Just a renaming for now
|
2021-05-12 16:19:51 +02:00 |
|
John Ericson
|
d8fa7517fa
|
buildable.{cc,hh} -> derived-path.{cc,hh}
|
2021-04-05 10:33:28 -04:00 |
|