You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for your work on this! I'm having a lot of fun configuring my nvim in fennel and tangerine does seem like the best way to do this!
I do notice just one thing I wanted to let you know: it would seem that when using home-manager to deploy dotfiles in nixos, the files end up with some weird timestamps. The reason for this would seem to be that when home-manager copies files, the dates of the files are set to be pretty old:
Obviously this isn't your fault, and it also isn't your fault that using the getftime api seems to get the file time for the file behind the symlink (it's 1 every time)
I'm putting this here just in case someone else is having this problem, you'll need to add an extra activation script to your configuration which might look like this:
Hey,
Thanks so much for your work on this! I'm having a lot of fun configuring my nvim in fennel and tangerine does seem like the best way to do this!
I do notice just one thing I wanted to let you know: it would seem that when using home-manager to deploy dotfiles in nixos, the files end up with some weird timestamps. The reason for this would seem to be that when home-manager copies files, the dates of the files are set to be pretty old:
Obviously this isn't your fault, and it also isn't your fault that using the getftime api seems to get the file time for the file behind the symlink (it's 1 every time)
I'm putting this here just in case someone else is having this problem, you'll need to add an extra activation script to your configuration which might look like this:
The text was updated successfully, but these errors were encountered: