From 0e2681285cbcffc60bf5b1f5724f8514ffd5207e Mon Sep 17 00:00:00 2001 From: Stephan Stanisic Date: Mon, 13 Jun 2022 16:11:45 +0200 Subject: [PATCH] Update the dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4a97cae..95c5e6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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