FROM nixos/nix:2.24.9 AS builderRUN nix-channel --updateRUN echo "experimental-features = nix-command flakes" >> /etc/nix/nix.confWORKDIR /appCOPY . .RUN nix build .#CMD ["/app/result/bin/rgit"]
FROM nixos/nix:2.24.9 AS builderRUN nix-channel --updateRUN echo "experimental-features = nix-command flakes" >> /etc/nix/nix.confWORKDIR /appCOPY . .RUN nix build .#CMD ["/app/result/bin/rgit"]