Fix nix Dockerfile to use correct test directory
This commit is contained in:
parent
e483742852
commit
180031ff1c
|
|
@ -24,7 +24,7 @@ RUN sh <(curl -L https://nixos.org/nix/install) --daemon --yes \
|
|||
|
||||
#= Build Nix packages ======================================================
|
||||
|
||||
COPY test /root/test
|
||||
COPY test/initramfs /root/test
|
||||
WORKDIR /root/test
|
||||
ENV PATH="/nix/var/nix/profiles/default/bin:${PATH}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue