Update docker container
This commit is contained in:
parent
9ee6c910a9
commit
0798db02f7
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
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 \
|
RUN nix profile add \
|
||||||
nixpkgs#bun \
|
nixpkgs#bun \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue