pullstruder/shell.nix

8 lines
114 B
Nix
Raw Permalink Normal View History

2023-10-11 15:18:08 +00:00
with import <nixpkgs> {};
pkgs.mkShell {
nativeBuildInputs = [
pkgs.pkgsCross.avr.buildPackages.gcc
];
}