c3d2-web: fix evaluation...

This commit is contained in:
Astro 2023-02-21 00:14:56 +01:00
parent 11f38c5e2d
commit 63c451b8fd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ in
};
c3d2.deployment = {
# /tmp is to small for drone to clone the repo even with depth
mounts = lib.mkOptionDefault ++ [ "tmp" ];
mounts = lib.mkOptionDefault [ "tmp" ];
server = "server10";
};