We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc94df6 commit f355ec1Copy full SHA for f355ec1
shell.nix
@@ -7,31 +7,12 @@
7
with import <nixpkgs> { };
8
mkShellNoCC {
9
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
+ coreboot-toolchain.i386
+ libz
31
];
32
shellHook = ''
33
# Set variables for libraries
34
- export LD_LIBRARY_PATH=${gmp}/lib:${mpfr}/lib:${zlib}/lib
+ export LD_LIBRARY_PATH=${libz}/lib
35
36
# TODO remove?
37
NIX_LDFLAGS="$NIX_LDFLAGS -lncurses"
0 commit comments