This commit is contained in:
chaos 2024-07-24 15:19:38 +01:00
parent 03f0fbfc82
commit 4fb61dfe46
No known key found for this signature in database

View file

@ -3,7 +3,6 @@
nixpkgs-unstable, nixpkgs-unstable,
... ...
} @ inputs: let } @ inputs: let
mkTree = inputs.tree-input.tree; mkTree = inputs.tree-input.tree;
metaTree = mkTree ((import ../treeConfig.nix {}) // {inherit inputs;}); metaTree = mkTree ((import ../treeConfig.nix {}) // {inherit inputs;});
tree = metaTree.impure; tree = metaTree.impure;