Forked from
card10 / firmware
1748 commits behind, 5 commits ahead of the upstream repository.
shell.nix 152 B
with import <nixpkgs> {};
pkgsCross.armhf-embedded.stdenv.mkDerivation {
name = "env";
buildInputs = [ ninja meson python3 gcc bashInteractive ];
}