forked from tangled.org/core
this repo has no description

nix: fmt

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

oppi.li 730a252f 7dda8376

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