spellcheck

This commit is contained in:
2025-03-16 23:18:22 -05:00
parent 0e6fcc9546
commit ce0a490915

View File

@@ -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
];