mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
added lib.mkDefault tpo global environment
This commit is contained in:
@@ -32,7 +32,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
sessionVariables.LD_LIBRARY_PATH = libPath;
|
sessionVariables.LD_LIBRARY_PATH = lib.mkDefault libPath;
|
||||||
variables.LD_LIBRARY_PATH = libPath;
|
variables.LD_LIBRARY_PATH = lib.mkDefault libPath;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user