chore: remove unused definition

This commit is contained in:
Robert Hensing 2026-05-02 17:30:14 +01:00
parent a2c4a4a4e9
commit d0eab6eb51

View file

@ -44,14 +44,6 @@ let
};
});
emptyExposeArgsNoSelf = mkFlake
{ inputs.self = throw "self won't be available in case of some errors"; }
({ config, moduleLocation, ... }: {
flake = {
inherit moduleLocation;
};
});
example1 = mkFlake
{ inputs.self = { }; }
{