From 625632c59391d73d32389e877179d3e023e224f2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 26 Jul 2025 12:59:47 +0900 Subject: nix: update flake lock Signed-off-by: Ophestra --- cmd/planterette/build.nix | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'cmd') 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..." -- cgit v1.3.1