From ae16cf74747bc4e64cc414463a59ace5ad4ce85a Mon Sep 17 00:00:00 2001 From: Alois Date: Thu, 20 Aug 2026 18:37:00 +0200 Subject: [PATCH] Fix container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e99aab..57ae312 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/nixos/nix:2.32.8 LABEL org.opencontainers.image.source="https://git.methanium.net/alois/nixos-docker-container" -RUN nix profile add \ +RUN nix --extra-experimental-features "nix-command flakes" profile add \ nixpkgs#bun \ nixpkgs#gnused \ nixpkgs#jdk21 \