We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aaa8e0 commit 73c767eCopy full SHA for 73c767e
nix/fmt.nix
@@ -4,6 +4,7 @@
4
perSystem =
5
{ pkgs, ... }:
6
{
7
+ treefmt.flakeCheck = false;
8
treefmt.programs = {
9
deadnix.enable = true;
10
nixfmt = {
0 commit comments