run nix fmt

This commit is contained in:
jopejoe1 2024-07-10 23:02:54 +02:00
parent eab8e4b1d8
commit d5cbe31c02
61 changed files with 1299 additions and 830 deletions

View file

@ -2,7 +2,7 @@
lib,
stdenv,
meson,
# ninja,
# ninja,
fetchFromGitHub,
vulkan-headers,
libX11,
@ -22,10 +22,13 @@ stdenv.mkDerivation {
nativeBuildInputs = [
meson
# ninja
# ninja
];
buildInputs = [ vulkan-headers libX11 ];
buildInputs = [
vulkan-headers
libX11
];
strictDeps = true;