madjar / nox

Tools to make nix nicer to use
MIT License
308 stars 35 forks source link

Use --out-path for comparing changes in builds #44

Closed domenkozar closed 8 years ago

domenkozar commented 8 years ago

See https://github.com/NixOS/nixpkgs/pull/15001

cc @madjar

madjar commented 8 years ago

Cool, thanks!

I what situation are drv path different but build path similar, by the way?

domenkozar commented 8 years ago

In case of fixed-output drvs. If you change url to the fetchurl functions, out will be the same but drv will contain the new url.