Add missing dependencies to flake.nix

This commit is contained in:
chordtoll 2024-10-13 23:39:18 -07:00
parent 3aca307783
commit fa27514ef3
No known key found for this signature in database
GPG Key ID: 6F33950B44755770

View File

@ -17,6 +17,8 @@
pkgs.python3
pkgs.pkg-config
pkgs.pkgsCross.arm-embedded.stdenv.cc.bintools # binutils
pkgs.unzip
pkgs.p7zip
];
buildInputs = [
@ -25,4 +27,4 @@
];
};
};
}
}