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