From 0798db02f77d13a98198ace0db25ae36f026ce13 Mon Sep 17 00:00:00 2001 From: Alois Date: Thu, 27 Aug 2026 19:57:24 +0200 Subject: [PATCH] Update docker container --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e35d32..107ffc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,9 @@ FROM docker.io/nixos/nix:2.32.8 LABEL org.opencontainers.image.source="https://git.methanium.net/alois/nixos-docker-container" -ENV NIX_CONFIG="experimental-features = nix-command flakes" +ENV NIX_CONFIG="extra-experimental-features = nix-command flakes" + +RUN printf '\nextra-experimental-features = nix-command flakes\n' >> /etc/nix/nix.conf RUN nix profile add \ nixpkgs#bun \