fix
This commit is contained in:
parent
58d46cf25f
commit
85aa4c69bc
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue