Monorepo for Tangled tangled.org

flake: create static dir before copying in watch-appview #1111

merged opened by j3s.sh targeting master from j3s.sh/core: flake-fix

ran into flake issues locally lmao

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:pxa3amkp7jhfclaads3zud7q/sh.tangled.repo.pull/3mg7aydtqqa22
+1
Diff #0
+1
flake.nix
··· 218 218 type = "app"; 219 219 program = toString (pkgs.writeShellScript "watch-appview" '' 220 220 echo "copying static files to appview/pages/static..." 221 + mkdir -p appview/pages/static 221 222 ${pkgs.coreutils}/bin/cp -fr --no-preserve=ownership ${packages'.appview-static-files}/* appview/pages/static 222 223 ${air-watcher "appview" ""}/bin/run 223 224 '');

History

1 round 2 comments
sign up or login to add to the discussion
j3s.sh submitted #0
1 commit
expand
flake: create static dir before copying in watch-appview
expand 2 comments

on second thought idk if this is really necessary. it was not clear to me that nix develop was required for nix run ... to function properly

Makes sense. Thank you for the PR!

pull request successfully merged