From 51b0dad0f29e926f1ac680a0e20907d1978b5d50 Mon Sep 17 00:00:00 2001 From: Oleks Date: Fri, 1 May 2026 16:33:38 +0300 Subject: [PATCH] style: auto-format from pre-push hooks --- flake.nix | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index eddc4c6..3610011 100644 --- a/flake.nix +++ b/flake.nix @@ -20,5 +20,18 @@ nixpkgs-ci.follows = "nixpkgs"; }; - outputs = { self, nixpkgs, nixpkgs-armer, nixpkgs-bim, nixpkgs-emmett, nixpkgs-howard, nixpkgs-mermaid, nixpkgs-micron, nixpkgs-projects, nixpkgs-ci }: { }; + outputs = + { + self, + nixpkgs, + nixpkgs-armer, + nixpkgs-bim, + nixpkgs-emmett, + nixpkgs-howard, + nixpkgs-mermaid, + nixpkgs-micron, + nixpkgs-projects, + nixpkgs-ci, + }: + { }; }