Skip to content

Commit bdcbbf2

Browse files
committed
fixup!
1 parent 416c3ce commit bdcbbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/Dockerfile.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN mkdir -p /etc/nix && \
1313
COPY flake.* /app/
1414
RUN nix profile install "/app#all" --priority 4 && \
1515
rm -rf /app && \
16-
nix-garbage-collect -d
16+
nix-collect-garbage -d
1717

1818
# Final image
1919
FROM codercom/enterprise-base:latest as final

0 commit comments

Comments
 (0)