1
0
out-of-tree/shell.nix
2023-01-19 16:59:25 +00:00

6 lines
86 B
Nix

{ pkgs ? import <nixpkgs> {} }:
with pkgs; mkShell {
packages = [ go gcc qemu ];
}