diff --git a/dev/tests/nix-unit.nix b/dev/tests/nix-unit.nix index 0b42d96..44b34e4 100644 --- a/dev/tests/nix-unit.nix +++ b/dev/tests/nix-unit.nix @@ -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 = { }; } {