nixpkgs: bump 25.11 -> 26.05

Change-Id: I7747d38d38f3be69404f5dcc8147e5366a6a6964
This commit is contained in:
Justin !
2026-06-22 17:58:20 +02:00
committed by Qyriad
parent 3f7bc8ffb8
commit 30ca2e38c4
5 changed files with 8 additions and 18 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ pre-commit-run {
treefmt = {
enable = true;
settings.formatters = [
pkgs.nixfmt-rfc-style
pkgs.nixfmt
pkgs.ruff
];
};