From 05c7d885b68dd40c63f49ed68a836239249306ee Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Mon, 13 Oct 2025 17:46:15 +0200 Subject: [PATCH] DEBUG!!! clan-core-for-checks = self --- checks/flake-module.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/checks/flake-module.nix b/checks/flake-module.nix index 5c895c856..5b9bd6844 100644 --- a/checks/flake-module.nix +++ b/checks/flake-module.nix @@ -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