From 3e47e3a3df236e67c0e518679fede6a7799404c4 Mon Sep 17 00:00:00 2001 From: Robert James Hernandez Date: Sun, 1 Dec 2024 16:30:43 +0000 Subject: [PATCH] nix.checks: remove cleanSource lib All checks have been moved over to their respective fileset sources so we no longer need to use the cleanSource function against inputs.self. --- nix/checks/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nix/checks/default.nix b/nix/checks/default.nix index dffeb7b7..26037c28 100644 --- a/nix/checks/default.nix +++ b/nix/checks/default.nix @@ -14,10 +14,6 @@ let unions ; - inherit (lib.sources) - cleanSource - ; - # sources # Used for derivations where facts is the primary directory.