Skip to content

Commit ad08bdf

Browse files
committed
Fixing nix setup
1 parent 0b14088 commit ad08bdf

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

flake.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/project.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let
1515
"https://chap.intersectmbo.org/" = inputs.iogx.inputs.CHaP;
1616
};
1717
name = "ouroboros-leios";
18-
compiler-nix-name = lib.mkDefault "ghc96";
18+
compiler-nix-name = lib.mkDefault "ghc98";
1919
# modules = [{ packages = { }; } { packages = { }; } ];
2020
});
2121

0 commit comments

Comments
 (0)