this repo has no description

noodling with ci

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

oppi.li e0c2a942 7dda8376

verified
+6 -6
+1 -1
.tangled/workflows/build.yml
··· 1 1 when: 2 2 - event: ["push", "pull_request"] 3 - branch: ["master"] 3 + branch: ["master", "ci"] 4 4 5 5 dependencies: 6 6 nixpkgs:
+1 -1
.tangled/workflows/fmt.yml
··· 1 1 when: 2 2 - event: ["push", "pull_request"] 3 - branch: ["master"] 3 + branch: ["master", "ci"] 4 4 5 5 dependencies: 6 6 nixpkgs:
+1 -1
.tangled/workflows/test.yml
··· 1 1 when: 2 2 - event: ["push", "pull_request"] 3 - branch: ["master"] 3 + branch: ["master", "ci"] 4 4 5 5 dependencies: 6 6 nixpkgs:
+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 = {