tangled
alpha
login
or
join now
lewis.moe
/
tangled-core
forked from
tangled.org/core
1
fork
atom
Monorepo for Tangled
1
fork
atom
overview
issues
1
pulls
pipelines
nix: fmt
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li
7 months ago
730a252f
7dda8376
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
+3
-3
1 changed file
expand all
collapse all
unified
split
flake.nix
+3
-3
flake.nix
···
161
161
watch-appview = {
162
162
type = "app";
163
163
program = toString (pkgs.writeShellScript "watch-appview" ''
164
164
-
echo "copying static files to appview/pages/static..."
165
165
-
${pkgs.coreutils}/bin/cp -frv --no-preserve=ownership ${packages'.appview-static-files}/* appview/pages/static
166
166
-
${air-watcher "appview" ""}/bin/run
164
164
+
echo "copying static files to appview/pages/static..."
165
165
+
${pkgs.coreutils}/bin/cp -frv --no-preserve=ownership ${packages'.appview-static-files}/* appview/pages/static
166
166
+
${air-watcher "appview" ""}/bin/run
167
167
'');
168
168
};
169
169
watch-knot = {