Commit 63d02fa
Shadow path prefixes that used by NixOS
In NixOS or Linux/MacOS installed with nix, all executable binary is located under `/nix/store` instead of paths like `/usr/bin` that used by distros compliant with FHS: https://old.reddit.com/r/NixOS/comments/190v0n7/ive_been_told_that_nix_isnt_fhs_compliant_what/
And `/run/current-system` is a symlink to an dir in `/nix/store` that represents the current generation: https://xn--w5d.cc/2020/08/31/current-system-nixos.html
Co-authored-by: BenBE <BenBE@geshi.org>1 parent 18b46ea commit 63d02fa
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
298 | 304 | | |
299 | 305 | | |
300 | 306 | | |
| |||
0 commit comments