aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/nixexpr.hh
diff options
context:
space:
mode:
authoreldritch horrors <pennae@lix.systems>2024-03-08 13:56:43 +0100
committereldritch horrors <pennae@lix.systems>2024-03-10 03:18:32 -0600
commit71e0114708d406fdc0d9ca34d4b67cb190881439 (patch)
tree62ae7bc26eaf210794ed5e4a906caebd17856354 /src/libexpr/nixexpr.hh
parent2a84123631c2a86df54326f9025660b4684f95bf (diff)
remove getDerivations deduplication
deduplication does not currently work fully, showing derivations multiple times if they have different underlying values. this can happen by selecting the same derivation twice for two different attributes of a set, using inherit-from (which reduces to the previous), importing nixpkgs twice, or any other number of things. since users already have to deal with duplicates for this reason it won't hurt to add *more* duplicates. the alternative would be to deduplicate fully, which would drop derivations that are currently returned and those pose a regression risk. Change-Id: I64b397351237e10375d270f1bddecb71f62aa131
Diffstat (limited to 'src/libexpr/nixexpr.hh')
0 files changed, 0 insertions, 0 deletions