this post was submitted on 18 Nov 2023
2 points (100.0% liked)

Nix

1 readers
1 users here now

founded 1 year ago
MODERATORS
 

I host a bunch of websites with NixOS. Most of them need the bin 'convert' from imagemagick.

It is a bit tedious to specify in every website the path to convert = /run/current-system/sw/bin/convert

Is there a way to put a symlink /usr/bin/convert -> /run/current-system/sw/bin/convert ?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here