DEBUG!!! clan-core-for-checks = self

This commit is contained in:
Michael Hoang
2025-10-13 17:46:15 +02:00
parent 6482094cb4
commit 05c7d885b6

View File

@@ -2,7 +2,6 @@
self,
lib,
inputs,
privateInputs ? { },
...
}:
let
@@ -129,7 +128,7 @@ in
// flakeOutputs
// {
clan-core-for-checks = pkgs.runCommand "clan-core-for-checks" { } ''
cp -r ${privateInputs.clan-core-for-checks} $out
cp -r ${self} $out
chmod -R +w $out
cp ${../flake.lock} $out/flake.lock