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 6aa89a1 commit dd86d40Copy full SHA for dd86d40
shell.nix
@@ -8,20 +8,19 @@ with import <nixpkgs> { };
8
mkShellNoCC {
9
buildInputs = [
10
ccache
11
+ flashrom
12
gnat12 # gcc with ada
- #gnatboot # gnat1
13
git
14
git-lfs
15
- python3
16
- ncurses # make menuconfig
17
m4 flex bison # Generate flashmap descriptor parser
18
- #clang
19
- zlib
20
- #acpica-tools # iasl
21
- pkg-config
+ ncurses # make menuconfig
22
openssl
23
- rustup
+ pkg-config
+ python3
24
qemu # test the image
+ rustup
+ util-linux
+ zlib
25
];
26
shellHook = ''
27
# TODO remove?
0 commit comments