From 7ba9d476cc1db11a85ddc8782727b54ce38edc8d Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 26 Mar 2025 13:27:32 -0500 Subject: [PATCH] growl --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 64cfaa6..adf9785 100644 --- a/flake.nix +++ b/flake.nix @@ -134,9 +134,9 @@ buildInputs = bi; fixupPhase = '' ls -l + mkdir -p $out/public ls -l $out - mkdir -p public - cp -r ${site}/* $out/public + cp -r ${site}/* $out/public/ ls -l $out ''; };