diff options
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 04bf9ace8f73..f26b970e834e 100644 --- a/default.nix +++ b/default.nix @@ -50,7 +50,7 @@ let If a project under //users is required by something else, please move it to a different depot path. - At location: [ ${toString parts} ] + At location: //${builtins.concatStringsSep "/" parts} ''; }; }; |