Skip to content

Commit

Permalink
Add missing shell.nix in docker image
Browse files Browse the repository at this point in the history
Remove unused line in shell.nix
  • Loading branch information
sbellem committed Oct 19, 2020
1 parent 4d37240 commit 5f6f7ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions linux/reproducibility/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN touch .bash_profile \
&& . /home/user/.nix-profile/etc/profile.d/nix.sh \
&& nix-env -i /nix/store/681354n3k44r8z90m35hm8945vsp95h1-glibc-2.27

COPY shell.nix /home/user/
#config nix-shell
RUN . /home/user/.nix-profile/etc/profile.d/nix.sh \
&& nix-shell
1 change: 0 additions & 1 deletion linux/reproducibility/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
with pkgs;

stdenvNoCC.mkDerivation {
inherit ipp_crypto asldobjdump;
name = "sgx-build-nix";
buildInputs = [
autoconf
Expand Down

0 comments on commit 5f6f7ba

Please sign in to comment.