Skip to content

Commit

Permalink
fix overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Aug 1, 2024
1 parent 4761ac0 commit 4039d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
mkdir -p $out
cp -R ${packages.main}/bin $out
cp -R ${packages.main.src}/kitsune/assets $out/public
cp -R ${packages.frontend}/dist $out/kitsune-fe
cp -R ${packages.frontend} $out/kitsune-fe
'';
};

Expand Down

0 comments on commit 4039d44

Please sign in to comment.