diff --git a/hosts/nixos.nix b/hosts/nixos.nix index 1b72ad2..f6a9be1 100644 --- a/hosts/nixos.nix +++ b/hosts/nixos.nix @@ -3,7 +3,6 @@ nixpkgs-unstable, ... } @ inputs: let - mkTree = inputs.tree-input.tree; metaTree = mkTree ((import ../treeConfig.nix {}) // {inherit inputs;}); tree = metaTree.impure;