From 8734be114a3efaf9f176b944951bab5122bd0a80 Mon Sep 17 00:00:00 2001 From: Oleks Date: Mon, 11 May 2026 15:58:32 +0300 Subject: [PATCH] style: auto-format from pre-push hooks --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 2a12659fa7..b3e854b178 100644 --- a/flake.nix +++ b/flake.nix @@ -75,9 +75,7 @@ { # production build shell: cgo links statically against glibc.static default = pkgs.mkShell { - packages = - commonPackages - ++ lib.optionals pkgs.stdenv.isLinux [ pkgs.glibc.static ]; + packages = commonPackages ++ lib.optionals pkgs.stdenv.isLinux [ pkgs.glibc.static ]; env = commonEnv