Getting ready for CI/CD
Build and Deploy / deploy (push) Failing after 32s

This commit is contained in:
2026-05-20 09:44:49 +03:00
parent 3b98043a61
commit 818d253a07
5 changed files with 94 additions and 2 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ EOF
packages.default = site;
devShells.default = pkgs.mkShell {
packages = [ new-post new-thing ];
packages = [ new-post new-thing pkgs.nodejs ];
};
apps = {