nix: update flake lock

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-07-26 12:59:47 +09:00
parent e71ae3b8c5
commit 625632c593
9 changed files with 52 additions and 90 deletions

View File

@@ -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..."