drop non-existent clan modules

This commit is contained in:
Jörg Thalheim
2023-08-29 22:29:32 +02:00
parent 7c21453b17
commit 72768573db
3 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{ lib, clan, nixpkgs, ... }:
{ lib, nixpkgs, ... }:
{
findNixFiles = folder:
lib.mapAttrs'
@@ -14,5 +14,5 @@
jsonschema = import ./jsonschema { inherit lib; };
buildClan = import ./build-clan { inherit lib clan nixpkgs; };
buildClan = import ./build-clan { inherit lib nixpkgs; };
}