mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
nixos: add /share/doc and /share/nano (for symmetry) to environment.pathsToLink
and sort all of them
This commit is contained in:
parent
0ccf8eae2f
commit
fea03379d6
@ -105,12 +105,14 @@ in
|
||||
"/lib"
|
||||
"/man"
|
||||
"/sbin"
|
||||
"/share/doc"
|
||||
"/share/emacs"
|
||||
"/share/vim-plugins"
|
||||
"/share/org"
|
||||
"/share/info"
|
||||
"/share/terminfo"
|
||||
"/share/man"
|
||||
"/share/nano"
|
||||
"/share/org"
|
||||
"/share/terminfo"
|
||||
"/share/vim-plugins"
|
||||
];
|
||||
|
||||
system.path = pkgs.buildEnv {
|
||||
|
Loading…
Reference in New Issue
Block a user