Skip to content
Snippets Groups Projects
shell.nix 152 B
Newer Older
Astro's avatar
Astro committed
with import <nixpkgs> {};
pkgsCross.armhf-embedded.stdenv.mkDerivation {
Astro's avatar
Astro committed
  name = "env";
  buildInputs = [ ninja meson python3 gcc bashInteractive ];
Astro's avatar
Astro committed
}