Skip to content

Commit 4c6c386

Browse files
committed
Remove tree from the nativeBuildInputs for the site flake output.
1 parent ba00da2 commit 4c6c386

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

flake.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
pkgs.runCommandLocal "paveloom.dev"
1919
{
2020
src = ./src;
21-
nativeBuildInputs = with pkgs; [
22-
minify
23-
tree
24-
];
21+
nativeBuildInputs = with pkgs; [ minify ];
2522
}
2623
''
2724
cp -r $src out

0 commit comments

Comments
 (0)