treefmt follow nixpkgs

This commit is contained in:
cy 2025-01-01 21:46:36 -05:00
parent c4d9468173
commit 82421a9b73
2 changed files with 13 additions and 24 deletions

View file

@ -12,7 +12,10 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
treefmt.url = "github:numtide/treefmt-nix";
treefmt = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko/latest";
inputs.nixpkgs.follows = "nixpkgs";