Skip to content

Commit d4d3bfb

Browse files
committed
Fix index-state and plan-sha256
1 parent 38ded78 commit d4d3bfb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ let
1717
compiler-nix-name = haskellCompiler;
1818
src = haskell.haskellLib.cleanGit { name = "eventlog2html"; src = ./.; };
1919
modules = (if ci then ciOptions else []) ++ opts;
20+
index-state = "2020-12-11T00:00:00Z";
21+
plan-sha256 = "1dwhj5ga5cn58y3svqmh7vr6jmh8rhixh8vars1i38scwdzchls0";
2022
};
2123

2224

0 commit comments

Comments
 (0)