Monorepo for Tangled tangled.org

nix: fmt

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 730a252f 7dda8376

verified
Changed files
+3 -3
+3 -3
flake.nix
··· 161 161 watch-appview = { 162 162 type = "app"; 163 163 program = toString (pkgs.writeShellScript "watch-appview" '' 164 - echo "copying static files to appview/pages/static..." 165 - ${pkgs.coreutils}/bin/cp -frv --no-preserve=ownership ${packages'.appview-static-files}/* appview/pages/static 166 - ${air-watcher "appview" ""}/bin/run 164 + echo "copying static files to appview/pages/static..." 165 + ${pkgs.coreutils}/bin/cp -frv --no-preserve=ownership ${packages'.appview-static-files}/* appview/pages/static 166 + ${air-watcher "appview" ""}/bin/run 167 167 ''); 168 168 }; 169 169 watch-knot = {