Skip to content

Commit 758b1ab

Browse files
committed
Update flake to use default nixpkgs source for treefmt-nix
1 parent a9025ac commit 758b1ab

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

flake.lock

Lines changed: 3 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
inputs.nixpkgs.follows = "nixpkgs";
1010
};
1111
crane.url = "github:ipetkov/crane";
12-
treefmt-nix.url = "github:numtide/treefmt-nix";
12+
treefmt-nix = {
13+
url = "github:numtide/treefmt-nix";
14+
inputs.nixpkgs.follows = "nixpkgs";
15+
};
1316
};
1417

1518
outputs =

0 commit comments

Comments
 (0)