lib: mkOfflineFlakeLock init
copied from the clan-core-flake module I plan to re-use this function to improve the clan test framework to allow cli execution
This commit is contained in:
@@ -51,6 +51,11 @@ lib.fix (clanLib: {
|
||||
jsonschema = import ./jsonschema { inherit lib; };
|
||||
facts = import ./facts.nix { inherit lib; };
|
||||
|
||||
# flakes
|
||||
flakes = clanLib.callLib ./flakes.nix {
|
||||
clan-core = self;
|
||||
};
|
||||
|
||||
# deprecated
|
||||
# remove when https://git.clan.lol/clan/clan-core/pulls/3212 is implemented
|
||||
inherit (self.inputs.nix-select.lib) select;
|
||||
|
||||
Reference in New Issue
Block a user