formatting

This commit is contained in:
Osman Faruk Bayram 2025-03-07 16:40:15 +03:00
parent d14dce5233
commit 5419ff210d

View file

@ -4,9 +4,7 @@
settings = let flake = ''(builtins.getFlake "${self}")'';
in {
nixpkgs.expr = "import ${flake}.inputs.nixpkgs { }";
formatting = {
command = [ "${lib.getExe pkgs.nixfmt-rfc-style}" ];
};
formatting.command = [ "${lib.getExe pkgs.nixfmt-rfc-style}" ];
};
};
}