FROM docker.io/nixos/nix:2.32.8 LABEL org.opencontainers.image.source="https://git.methanium.net/alois/nixos-docker-container" 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 \ nixpkgs#gnused \ nixpkgs#jdk21 \ nixpkgs#jq \ nixpkgs#nodejs_24 \ nixpkgs#pnpm \ nixpkgs#rsync \ nixpkgs#stdenv.cc