This commit is contained in:
Nikita Kudravcev 2024-07-10 19:53:34 +03:00
parent 58d46cf25f
commit 85aa4c69bc
Signed by: nikita
SSH key fingerprint: SHA256:2MWeG2mcCQzUoAIMAJTJYwuX0Bod+FW9G1J0F3MZ1+A

View file

@ -1,3 +1,5 @@
FROM nixos/nix:2.21.4
RUN ln -s `which sleep` /bin/sleep
RUN echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf
RUN nix-env -iA nixpkgs.nodejs-slim