Skip to content

Commit 0fd4714

Browse files
committed
Jailbreak statistics
1 parent 5cb10ec commit 0fd4714

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
// lib.optionalAttrs (lib.versionAtLeast super.ghc.version "9.10") {
103103
# Please check after flake.lock updates whether some of these overrides can be removed
104104
microstache = doJailbreak super.microstache;
105+
}
106+
// lib.optionalAttrs (lib.versionAtLeast super.ghc.version "9.12") {
107+
# Please check after flake.lock updates whether some of these overrides can be removed
108+
statistics = doJailbreak super.statistics;
105109
};
106110
};
107111

0 commit comments

Comments
 (0)