Skip to content

Commit

Permalink
define projectRootFile in treefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
conscious-puppet committed Feb 19, 2024
1 parent 6ec4e6b commit 57315c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
perSystem = { pkgs, lib, config, ... }: {
treefmt = {
projectRoot = ../.;
projectRootFile = "flake.nix";
projectRootFile = "dev/flake.nix";
programs = {
nixpkgs-fmt.enable = true;
};
Expand Down

0 comments on commit 57315c3

Please sign in to comment.