haskellPackages: fix eval, missing paren in configuration-common.nix

This commit is contained in:
sternenseemann 2022-07-17 15:12:50 +02:00
parent 356f870a83
commit 4030d94564

View File

@ -2398,7 +2398,7 @@ self: super: {
# Revision introduces bound base < 4.15
revision = null;
editedCabalFile = null;
};
});
# https://github.com/kowainik/validation-selective/issues/64
validation-selective = doJailbreak super.validation-selective;