diff --git a/flake-modules/default.nix b/flake-modules/default.nix index 6b81037..d793f21 100644 --- a/flake-modules/default.nix +++ b/flake-modules/default.nix @@ -1,7 +1,4 @@ { inputs, ... }: -let - overlays = builtins.attrValues inputs.self.overlays; -in { imports = [ inputs.treefmt-nix.flakeModule @@ -19,8 +16,6 @@ in perSystem = { system, ... }: { - _module.args.pkgs = import inputs.nixpkgs { inherit system overlays; }; - # Setup formatters treefmt = { projectRootFile = "flake.nix";