diff options
| author | andromeda <andromeda@lenovo> | 2026-02-08 15:08:46 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-02-08 15:08:46 +0100 |
| commit | 602507a60567faded8f9d2e0f9d173a4e3ab481b (patch) | |
| tree | 99305b5b820aefb76d2a8493e97cd65205446afc /flake.nix | |
| parent | 4d59cd7569c4c45e6d37855523c905377a50fdca (diff) | |
better projection, transparency; 4d camera, controls r/f for +/-wdevelopment
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 { |
