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,5 +1,4 @@
{ lib
, self
, inputs
, ...
}: {
@@ -7,7 +6,6 @@
./jsonschema/flake-module.nix
];
flake.lib = import ./default.nix {
clan = self;
inherit lib;
inherit (inputs) nixpkgs;
};