diff options
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ in { devShells.x86_64-linux.default = pkgs.mkShell { buildInputs = with pkgs; [ - cmake + cmakeMinimal SDL2 ]; shellHook = '' |
