From e64cd929e6c020fc46279c1dbac47dae0e5d00d7 Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:23:59 -0400 Subject: [PATCH] style: Ran nixpkgs-fmt. --- flake.nix | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index 1a50f55..be1087c 100644 --- a/flake.nix +++ b/flake.nix @@ -12,9 +12,9 @@ }; outputs = - inputs@{ - flake-parts, - nixpkgs, + inputs@{ flake-parts + , nixpkgs + , ... # , process-compose-flake }: flake-parts.lib.mkFlake { inherit inputs; } { @@ -25,11 +25,10 @@ systems = [ "x86_64-linux" ]; perSystem = - { - pkgs, - system, - inputs', - ... + { pkgs + , system + , inputs' + , ... }: let mkGrammarStaticLib = name: src: pkgs.stdenv.mkDerivation { @@ -142,7 +141,7 @@ }; devShells.default = pkgs.mkShell { - buildInputs = [odin ols ] ++ (with pkgs; [ + buildInputs = [ odin ols ] ++ (with pkgs; [ cmark tree-sitter