From eb5c55d07f5e710aeff9bb82df4ca67858ae6e5a 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