Skip to content

Commit f355ec1

Browse files
author
Aaron Honeycutt
committed
Reuse coreboot-toolchain
1 parent dc94df6 commit f355ec1

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

shell.nix

+3-22
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,12 @@
77
with import <nixpkgs> { };
88
mkShellNoCC {
99
buildInputs = [
10-
ccache
11-
cmake
12-
curl
13-
flashrom
14-
git
15-
git-lfs
16-
gmp
17-
gnat12 # gcc with ada
18-
hidapi
19-
libossp_uuid
20-
m4 flex bison # Generate flashmap descriptor parser
21-
mpfr
22-
ncurses # make menuconfig
23-
nss
24-
openssl
25-
pkg-config
26-
python3
27-
qemu # test the image
28-
rustup
29-
util-linux
30-
zlib
10+
coreboot-toolchain.i386
11+
libz
3112
];
3213
shellHook = ''
3314
# Set variables for libraries
34-
export LD_LIBRARY_PATH=${gmp}/lib:${mpfr}/lib:${zlib}/lib
15+
export LD_LIBRARY_PATH=${libz}/lib
3516
3617
# TODO remove?
3718
NIX_LDFLAGS="$NIX_LDFLAGS -lncurses"

0 commit comments

Comments
 (0)