nixos/self-deploy: Cleanup after types.path is not allowed to be a list anymore

This commit is contained in:
Robert Hensing 2022-12-28 23:47:51 +01:00
parent 29efb2c438
commit 5b8de3d9d8

View file

@ -18,7 +18,7 @@ let
in
lib.concatStrings (lib.mapAttrsToList toArg args);
isPathType = x: lib.strings.isMoreCoercibleToString x && builtins.substring 0 1 (toString x) == "/";
isPathType = x: lib.types.path.check x;
in
{