buildClan: replace all usages by lib.clan

This commit is contained in:
Johannes Kirschbauer
2025-07-01 11:56:31 +02:00
parent 78379e81e4
commit 667cee0f6e
11 changed files with 41 additions and 43 deletions

View File

@@ -31,9 +31,7 @@ in
# Run: nix-unit --extra-experimental-features flakes --flake .#legacyPackages.x86_64-linux.evalTests-build-clan
legacyPackages.evalTests-build-clan = import ./tests.nix {
inherit lib;
inherit (inputs) nixpkgs;
clan-core = self;
buildClan = self.clanLib.buildClan;
};
checks = {
eval-lib-build-clan = pkgs.runCommand "tests" { nativeBuildInputs = [ pkgs.nix-unit ]; } ''

View File

@@ -1,7 +1,6 @@
{
lib,
clan-core,
...
}:
let
# Shallowly force all attribute values to be evaluated.