Update the dockerfile
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Stephan Stanisic 2022-06-13 16:11:45 +02:00
parent c49c4dbaaa
commit 0e2681285c

View File

@ -1,4 +1,5 @@
FROM nixos/nix
RUN nix-channel --update
RUN nix-env -iA nixpkgs.nixFlakes
RUN echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf