From 28dcdfaaec2ff360e62743c88a6f38a7733b95c6 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 4 Jun 2026 14:19:57 +0200 Subject: [PATCH] Migrate from deprecated nix profile install command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f124fe..dc4398c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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