Age | Commit message (Collapse) | Author |
|
In particular, this now works:
$ nix path-info --eval-store auto --store https://cache.nixos.org nixpkgs#hello
Previously this would fail as it would try to upload the hello .drv to
cache.nixos.org. Now the .drv is instantiated in the local store, and
then we check for the existence of the outputs in cache.nixos.org.
|
|
That way things (like `nix flake check`) can evaluate the `app` outputs
without having to build anything
|
|
Replace `DerivedPathWithHints` by a new `BuiltPath` type that serves as
a proof that the corresponding path has been built.
|
|
Just a renaming for now
|
|
|
|
|
|
In the following commits it will become less prevalent.
|
|
|
|
Fixes #3949.
|
|
|