Merge pull request 'lib.buildClan: fix flake reference' (#211) from Mic92-main into main
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
|
, self
|
||||||
, inputs
|
, inputs
|
||||||
, ...
|
, ...
|
||||||
}: {
|
}: {
|
||||||
@@ -6,7 +7,8 @@
|
|||||||
./jsonschema/flake-module.nix
|
./jsonschema/flake-module.nix
|
||||||
];
|
];
|
||||||
flake.lib = import ./default.nix {
|
flake.lib = import ./default.nix {
|
||||||
|
clan = self;
|
||||||
inherit lib;
|
inherit lib;
|
||||||
inherit (inputs) clan nixpkgs;
|
inherit (inputs) nixpkgs;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user