forked from mirrors/nixpkgs
nixos/self-deploy: Cleanup after types.path is not allowed to be a list anymore
This commit is contained in:
parent
29efb2c438
commit
5b8de3d9d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue