We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d37240 commit 5f6f7baCopy full SHA for 5f6f7ba
linux/reproducibility/Dockerfile
@@ -20,6 +20,7 @@ RUN touch .bash_profile \
20
&& . /home/user/.nix-profile/etc/profile.d/nix.sh \
21
&& nix-env -i /nix/store/681354n3k44r8z90m35hm8945vsp95h1-glibc-2.27
22
23
+COPY shell.nix /home/user/
24
#config nix-shell
25
RUN . /home/user/.nix-profile/etc/profile.d/nix.sh \
26
&& nix-shell
linux/reproducibility/shell.nix
@@ -2,7 +2,6 @@
2
with pkgs;
3
4
stdenvNoCC.mkDerivation {
5
- inherit ipp_crypto asldobjdump;
6
name = "sgx-build-nix";
7
buildInputs = [
8
autoconf
0 commit comments