teesloane / firn

Org Mode Static Site Generator
Eclipse Public License 1.0
325 stars 24 forks source link

Use install dir var when running install script #61

Closed jakeisnt closed 3 years ago

teesloane commented 4 years ago

Thanks for the PR. I'm not sure why I have either default_install_dir or install_dir when neither are being used. This is failing because GitHub Actions changed something on Linux machines recently, so once I fix this I'll merge this in.

jakeisnt commented 4 years ago

For sure! I've been trying to get this to build on my NixOS machine and was having some trouble because NixOS doesn't use /usr/local/bin for programs. Still trying to get Firn to build my site with GitHub actions

teesloane commented 4 years ago

This should work now if you pull master as I updated the GH action. As for NIxOS - I'm not sure how to handle installation - but can you manually download the binary and move the file where needed with NixOS?

tad-lispy commented 3 years ago

Firn looks very nice. Thanks for your work!

@jakeisnt did you make it work on NixOS?