This commit is contained in:
andromeda
2026-04-26 12:22:23 +02:00
parent f09e348de8
commit 8730c248e8
3 changed files with 17 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
};
packages.${system} = {
default =
(pkgs.haskell.packages.ghc912.callCabal2nix "hs-rgfw" ./. {
(pkgs.haskell.packages.ghc914.callCabal2nix "hs-rgfw" ./. {
xi = pkgs.libxi;
gl = pkgs.libGL;
xcursor = pkgs.libxcursor;