1
0
Fork 0

Add devshell help text

This commit is contained in:
Tim Van Baak 2023-12-18 09:51:03 -08:00
parent a2d8371353
commit 779f96afe1
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,14 @@
pkgs.rsync
pkgs.pagefind
];
shellHook = ''
echo "make build - compile src/ into out/ with pagefind"
echo "make clean - delete out/ and srv/"
echo "make watch - rebuild on changes"
echo "make serve - serve out/"
echo "make pubdate - replace 'now' with the current date"
echo "make upload - build to srv/ and upload to alogoulogoi"
'';
};
};
};