Skip to content

Commit 11165fd

Browse files
committed
build(nix): Update nixpkgs from 23.11 to 24.05
Update to newer nixpkgs version to get clang-format 19, matching the local development environment (clang-format 19.1.7). This ensures consistent formatting between local pre-commit hooks and CI checks, avoiding format check failures due to version differences in clang-format behavior.
1 parent b56ebdc commit 11165fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Inputs define external dependencies for this flake.
88
inputs.nixpkgs.url =
9-
"github:NixOS/nixpkgs/nixos-23.11"; # Nixpkgs repository for system packages.
9+
"github:NixOS/nixpkgs/nixos-24.05"; # Nixpkgs repository for system packages.
1010
inputs.flake-utils.url =
1111
"github:numtide/flake-utils"; # Utility library for flakes.
1212

0 commit comments

Comments
 (0)