Switch formatting to nixfmt-tree
Some checks failed
CI / build (push) Failing after 1m41s

This commit is contained in:
Fabian Hauser 2025-03-20 13:40:57 +02:00
parent d54febbb87
commit 30586c1d41
2 changed files with 2 additions and 9 deletions

View file

@ -9,12 +9,7 @@
${system} = {
# Check project formatting
format = pkgs.runCommand "nixfmt-check" { } ''
set -euo pipefail
cd ${self}
${self.formatter.${system}}/bin/formatter . --check
mkdir $out
'';
formatter = self.formatter.${system};
#TODO(#29): Integration/System tests