applications: change pathsToLink to a list (#1636)
This commit is contained in:
commit
973db96394
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
system.build.applications = pkgs.buildEnv {
|
||||
name = "system-applications";
|
||||
paths = config.environment.systemPackages;
|
||||
pathsToLink = "/Applications";
|
||||
pathsToLink = [ "/Applications" ];
|
||||
};
|
||||
|
||||
system.activationScripts.applications.text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue