pullstruder/shell.nix

8 lines
114 B
Nix

with import <nixpkgs> {};
pkgs.mkShell {
nativeBuildInputs = [
pkgs.pkgsCross.avr.buildPackages.gcc
];
}