diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,9 @@ pkgs = nixpkgs.legacyPackages.${system}; in { packages.${system} = { - default = pkgs.haskellPackages.callCabal2nix "hs-game" ./. {}; + default = + pkgs.haskell.packages.ghc912.callCabal2nix "hs-game" ./. { + }; }; devShells.${system} = { default = pkgs.mkShell { |
