Commit 6fa35d4
committed
update-diff: guard --force-correctness behind dix version check
The --force-correctness flag was only introduced in dix 1.4.2. Users
pinning older nixpkgs stable releases ship an earlier dix that rejects
the unknown flag, breaking the activation-time diff.
Check the package version and omit the flag when dix is too old so the
module keeps working across nixpkgs channels.1 parent f54ed79 commit 6fa35d4
File tree
1 file changed
+6
-1
lines changed1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
0 commit comments