[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Reduce usage of ./.
- Subject: Reduce usage of ./.
- From: Chris Warburton
- Date: Tue, 15 Aug 2017 23:59:01 +0100
- Resolution: fixed
- State: resolved
In a few places we're using './.', or './nix-support', or './..',
etc. usually spliced into strings. This is annoying, since it adds the
path to the Nix store, so any minor change to the code (e.g. a refactor)
will cause the hash to change, and hence the dependencies to change,
causing unnecessary rebuilding.