Add shell.nix
This commit is contained in:
parent
05ae073fe6
commit
cc26ff8626
5
shell.nix
Normal file
5
shell.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
with pkgs; mkShell {
|
||||
packages = [ go gcc qemu ];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user