Skip to content

Commit dd86d40

Browse files
author
Aaron Honeycutt
committed
Reorder packages and add flashrom
1 parent 6aa89a1 commit dd86d40

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

shell.nix

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,19 @@ with import <nixpkgs> { };
88
mkShellNoCC {
99
buildInputs = [
1010
ccache
11+
flashrom
1112
gnat12 # gcc with ada
12-
#gnatboot # gnat1
1313
git
1414
git-lfs
15-
python3
16-
ncurses # make menuconfig
1715
m4 flex bison # Generate flashmap descriptor parser
18-
#clang
19-
zlib
20-
#acpica-tools # iasl
21-
pkg-config
16+
ncurses # make menuconfig
2217
openssl
23-
rustup
18+
pkg-config
19+
python3
2420
qemu # test the image
21+
rustup
22+
util-linux
23+
zlib
2524
];
2625
shellHook = ''
2726
# TODO remove?

0 commit comments

Comments
 (0)