aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-07-26 12:59:47 +0900
committerOphestra <cat@gensokyo.uk>2025-07-26 18:57:54 +0900
commit625632c59391d73d32389e877179d3e023e224f2 (patch)
treea6cb45f60233c6b1a4143b6207dea7121478c34f /cmd
parente71ae3b8c5b4a8f103a078783fef2f56ee5450a2 (diff)
nix: update flake lock
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/planterette/build.nix17
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..."