drop non-existent clan modules
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user