diff --git a/modules/programs/nh.nix b/modules/programs/nh.nix index 23d1d67d..cb3d85e5 100644 --- a/modules/programs/nh.nix +++ b/modules/programs/nh.nix @@ -13,7 +13,7 @@ in { package = lib.mkPackageOption pkgs "nh" { }; flake = lib.mkOption { - type = lib.types.nullOr lib.types.path; + type = lib.types.nullOr lib.types.singleLineStr; default = null; description = '' The path that will be used for the {env}`FLAKE` environment variable.