ran into flake issues locally lmao
+1
Diff
round #0
+1
flake.nix
+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
'');
on second thought idk if this is really necessary. it was not clear to me that
nix developwas required fornix run ...to function properly