diff --git a/flake.nix b/flake.nix index 6fd94c3..ebba58a 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ enable = mkEnableOption "flake"; prefix = mkOption { default = null; - type = nullOr string; + type = nullOr str; example = literalExpression "\"unstable\""; description = '' Specify a nested alternative pkgs by attrName. @@ -54,7 +54,7 @@ }; compiler = mkOption { default = null; - type = nullOr string; + type = nullOr str; example = literalExpression "\"ghc922\""; description = '' Which compiler to build xmonad with.