treewide: add niri
Some checks failed
Check flake / build-amd64-linux (push) Has been cancelled

This commit is contained in:
2026-01-09 12:31:33 +00:00
parent 36384f1305
commit 323d57a481
5 changed files with 333 additions and 4 deletions

View File

@@ -141,7 +141,7 @@
perSystem =
{ pkgs, ... }:
{
formatter = pkgs.nixfmt-rfc-style;
formatter = pkgs.nixfmt;
legacyPackages = pkgs.lib.packagesFromDirectoryRecursive {
callPackage = pkgs.callPackage;
@@ -173,7 +173,7 @@
no-lambda-arg = true;
};
mdformat.enable = true;
nixfmt-rfc-style.enable = true;
nixfmt.enable = true;
shellcheck.enable = true;
};
};