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

@@ -64,7 +64,8 @@ stdenv.mkDerivation {
qttools
wrapQtAppsHook
icoutils
] ++ lib.optional stdenv.hostPlatform.isLinux copyDesktopItems;
]
++ lib.optional stdenv.hostPlatform.isLinux copyDesktopItems;
buildInputs = [
qtbase