[Nix-dev] paths in user's i3 configs broken by upgrade

Profpatsch mail at profpatsch.de
Wed Apr 5 03:46:56 CEST 2017


On 17-04-03 04:25pm, Mark Gardner wrote:
> Instead of:
> 
>     bindsym $mod+d exec
> /nix/store/04sx6lx7hssid7a6iwdbdvxbkp25xsx1-dmenu-4.6/bin/dmenu_run
> 
> I think it should be to be:
> 
>     bindsym $mod+d exec /run/current-system/sw/bin/dmenu_run

The problem with /run/current-system is
that it’s nixOS only.
The package should work on e.g. Darwin as well.

So probably use `/usr/bin/env dmenu_run` and similar.

-- 
Proudly written in Mutt with Vim on NixOS.
Q: Why is this email five sentences or less?
A: http://five.sentenc.es
May take up to five days to read your message. If it’s urgent, call me.


More information about the nix-dev mailing list