mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Add NixOS global binaries to the PATH
This commit is contained in:
parent
12414a34b2
commit
7b27af61fb
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ in
|
||||||
|
|
||||||
restartIfChanged = false;
|
restartIfChanged = false;
|
||||||
|
|
||||||
path = [ pkgs.nix pkgs.disnix dysnomia ];
|
path = [ pkgs.nix pkgs.disnix dysnomia "/run/current-system/sw" ];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
HOME = "/root";
|
HOME = "/root";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue