Migrate from deprecated nix profile install command
Build and Publish Runner Image / build-and-push (push) Failing after 7m32s

This commit is contained in:
2026-06-04 14:19:57 +02:00
parent eeab486193
commit 28dcdfaaec
+1 -1
View File
@@ -16,7 +16,7 @@ RUN mkdir -p /etc/nix && \
echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
# Install devenv (the Nix way, not the apt-get way)
RUN nix profile install nixpkgs#devenv
RUN nix profile add nixpkgs#devenv
# Cleanup, otherwise nix panicks
RUN rm -rf /homeless-shelter