diff --git a/flake.nix b/flake.nix index 834db14..43c5853 100644 --- a/flake.nix +++ b/flake.nix @@ -43,11 +43,9 @@ bool nullOr lines - str path int attrsOf - either ; fileType = submodule ( { options, ... }: @@ -65,9 +63,9 @@ }; source = mkOption { - type = nullOr (either path str); + type = nullOr path; default = null; - description = "Path of the source file or directory - be sure to quote paths you don't want nix to copy to the store."; + description = "Path of the source file or directory"; }; executable = mkOption {