diff --git a/flake.nix b/flake.nix index dbbdc1e..6528763 100644 --- a/flake.nix +++ b/flake.nix @@ -13,9 +13,6 @@ defaultPackage = pkgs.stdenv.mkDerivation { name = "glonkers"; src = ./.; - naitiveBuildInputs = with pkgs; [ - gcc - ]; buildInputs = with pkgs; [ pkg-config sdl3