Format with nixfmt-rfc-style

Uses the treefmt wrapper for nixfmt-rfc-style.
This commit is contained in:
Martin Weinelt 2025-04-23 16:20:26 +02:00
parent 7c8a5a19bd
commit 9a5838f575
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -123,5 +123,6 @@
];
};
devShell.${system} = self.devShells.${system}.default; # compatibility
formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt-tree; # TODO: migrate to stable with 25.05
};
}