remove unused lib.trace from flake

This commit is contained in:
Jörg Thalheim
2024-10-09 12:34:39 +02:00
parent b30763226a
commit 03c7d89255

View File

@@ -33,9 +33,7 @@
)); ));
}; };
flakeLockFile = builtins.toFile "clan-core-flake.lock" (builtins.toJSON flakeLockVendoredDeps); flakeLockFile = builtins.toFile "clan-core-flake.lock" (builtins.toJSON flakeLockVendoredDeps);
clanCoreWithVendoredDeps = clanCoreWithVendoredDeps = pkgs.runCommand "clan-core-with-vendored-deps" { } ''
lib.trace flakeLockFile pkgs.runCommand "clan-core-with-vendored-deps" { }
''
cp -r ${self} $out cp -r ${self} $out
chmod +w -R $out chmod +w -R $out
cp ${flakeLockFile} $out/flake.lock cp ${flakeLockFile} $out/flake.lock