From ce0a490915c125353c02781c4055d017597118ac Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 16 Mar 2025 23:18:22 -0500 Subject: [PATCH] spellcheck --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 4a09703..df53c72 100755 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ #imgui = inputs.imgui; - NativeBuildInputs = with pkgs; [ + nativeBuildInputs = with pkgs; [ gcc ]; @@ -45,7 +45,7 @@ src = ./.; - NativeBuildInputs = with pkgs; [ + nativeBuildInputs = with pkgs; [ gcc ]; @@ -70,7 +70,7 @@ src = ./.; - NativeBuildInputs = with pkgs; [ + nativeBuildInputs = with pkgs; [ gcc ]; @@ -95,7 +95,7 @@ src = ./.; - NativeBuildInputs = with pkgs; [ + nativeBuildInputs = with pkgs; [ gcc ]; @@ -126,7 +126,7 @@ inherit imgui; - NativeBuildInputs = with pkgs; [ + nativeBuildInputs = with pkgs; [ gcc ];