flake: update nixpkgs, add formatter, run nix fmt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 01:58:40 +01:00
parent d4c86b0417
commit a76effd096
4 changed files with 23 additions and 21 deletions

View File

@@ -51,6 +51,8 @@
};
};
formatter = forAllSystems ({ pkgs, ... }: pkgs.nixfmt-tree);
packages = forAllSystems (
{ pkgs }:
{