follow nixpkgs in treefmt inputs

This commit is contained in:
Bryton Hall 2023-07-07 23:51:35 -04:00
parent b231710109
commit df4d8f80a1
2 changed files with 7 additions and 18 deletions

View file

@ -3,11 +3,14 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
treefmt.url = "github:numtide/treefmt-nix";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
treefmt = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{ self, systems, ... }: