diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/planterette/build.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/cmd/planterette/build.nix b/cmd/planterette/build.nix index b5c50801..13f3144f 100644 --- a/cmd/planterette/build.nix +++ b/cmd/planterette/build.nix @@ -215,15 +215,14 @@ stdenv.mkDerivation { # create binary cache closureInfo="${ closureInfo { - rootPaths = - [ - homeManagerConfiguration.activationPackage - launcher - ] - ++ optionals gpu [ - mesaWrappers - nixGL - ]; + rootPaths = [ + homeManagerConfiguration.activationPackage + launcher + ] + ++ optionals gpu [ + mesaWrappers + nixGL + ]; } }" echo "copying application paths..." |
