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

@@ -57,18 +57,5 @@ in
nix run .#fancyTypistDotDev-site
'';
};
osdsFancyTypistSubdomain-site = {
enable = true;
description = "Emanote site running the OSDS content.";
path = with pkgs; [
nix
git
];
script = ''
cd ${PROJECT_ROOT}
nix run .#osdsFancyTypistSubdomain-site
'';
};
};
}