1
1

Remove dead projects

This commit is contained in:
2025-07-20 20:42:18 -04:00
parent c7a049b3c8
commit e89457874c
4 changed files with 4 additions and 50 deletions

View File

@@ -23,7 +23,10 @@ in
ewanick-site = {
enable = true;
description = "A blog powered by Emanote running solely on Markdown files.";
path = with pkgs; [ nix git ];
path = with pkgs; [
nix
git
];
script = ''
cd ${PROJECT_ROOT}
nix run github:srid/emanote/${emanote-version} -- run --port ${PORT} --host ${HOST}