diff --git a/modules/self.nix b/modules/self.nix deleted file mode 100644 index 38cf73b..0000000 --- a/modules/self.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ lib, ... }: { - options.self = lib.mkOption { - description = "The current flake."; - type = type.lazyAttrsOf type.unspecified; - }; -}