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
launchctl setenv PATH '$HOME/.nix-profile/bin:/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin:/nix/var/nix/profiles/default/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin'
^-- SC2016 (info): Expressions don't expand in single quotes, use double quotes for that.
In /nix/store/xzsjqwz6l61z1pmwbiq00ikmlfgyy7q5-darwin-system-24.05.20241106.c128e44+darwin5.edabc79/activate-user line 375:
launchctl setenv PATH '$HOME/.nix-profile/bin:/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin:/nix/var/nix/profiles/default/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin'
^-- SC2016 (info): Expressions don't expand in single quotes, use double quotes for that. For more information: https://www.shellcheck.net/wiki/SC2016 -- Expressions don't expand in singl...
So after all here is a question - is this an error and there should be double quotes or I got it wring.
The text was updated successfully, but these errors were encountered:
I am not familiar with nix, so not sure about this is an error or my misconfiguration.
Anyway got an error after this code in my config
It cause this error
After some investigation I got this.
Here we can see
'${value}'
in single quotesnix-darwin/modules/system/launchd.nix
Lines 14 to 16 in 698a62c
It generating the following code on my system
So after all here is a question - is this an error and there should be double quotes or I got it wring.
The text was updated successfully, but these errors were encountered: