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 6ccff2f commit deeb088Copy full SHA for deeb088
shell.nix
@@ -8,13 +8,16 @@ with import <nixpkgs> { };
8
mkShellNoCC {
9
buildInputs = [
10
ccache
11
+ cmake
12
flashrom
- gnat12 # gcc with ada
13
git
14
git-lfs
15
+ gmp
16
+ gnat12 # gcc with ada
17
hidapi
18
libossp_uuid
19
m4 flex bison # Generate flashmap descriptor parser
20
+ mpfr
21
ncurses # make menuconfig
22
nss
23
openssl
0 commit comments