style: Ran nixpkgs-fmt.

This commit is contained in:
Spencer Brower
2026-07-29 10:23:59 -04:00
parent ae721b3caa
commit 730fe6715c
+8 -9
View File
@@ -12,9 +12,9 @@
}; };
outputs = outputs =
inputs@{ inputs@{ flake-parts
flake-parts, , nixpkgs
nixpkgs, , ...
# , process-compose-flake # , process-compose-flake
}: }:
flake-parts.lib.mkFlake { inherit inputs; } { flake-parts.lib.mkFlake { inherit inputs; } {
@@ -25,11 +25,10 @@
systems = [ "x86_64-linux" ]; systems = [ "x86_64-linux" ];
perSystem = perSystem =
{ { pkgs
pkgs, , system
system, , inputs'
inputs', , ...
...
}: }:
let let
mkGrammarStaticLib = name: src: pkgs.stdenv.mkDerivation { mkGrammarStaticLib = name: src: pkgs.stdenv.mkDerivation {
@@ -142,7 +141,7 @@
}; };
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
buildInputs = [odin ols ] ++ (with pkgs; [ buildInputs = [ odin ols ] ++ (with pkgs; [
cmark cmark
tree-sitter tree-sitter