Stephan Stanisic
0e2681285c
Some checks reported errors
continuous-integration/drone/push Build encountered an error
7 lines
213 B
Docker
7 lines
213 B
Docker
FROM nixos/nix
|
|
|
|
RUN nix-channel --update
|
|
RUN nix-env -iA nixpkgs.nixFlakes
|
|
RUN echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
|
RUN nix profile install 'git+https://github.com/hdoc/hdoc.git'
|