style: auto-format from pre-push hooks

This commit is contained in:
Oleks
2026-05-11 15:58:32 +03:00
parent 921b32984b
commit 8734be114a
+1 -3
View File
@@ -75,9 +75,7 @@
{ {
# production build shell: cgo links statically against glibc.static # production build shell: cgo links statically against glibc.static
default = pkgs.mkShell { default = pkgs.mkShell {
packages = packages = commonPackages ++ lib.optionals pkgs.stdenv.isLinux [ pkgs.glibc.static ];
commonPackages
++ lib.optionals pkgs.stdenv.isLinux [ pkgs.glibc.static ];
env = env =
commonEnv commonEnv