This website requires JavaScript.
Explore
Help
Sign In
tools
/
out-of-tree
Watch
1
Star
0
Fork
0
Code
Releases
Activity
Files
ebc597ff0bff4456f07b3a69c7fe4a4502ef269d
out-of-tree
/
shell.nix
T
6 lines
86 B
Nix
Raw
Normal View
History
Unescape
Escape
Add shell.nix
2023-01-19 16:59:25 +00:00
{
pkgs
?
import
<nixpkgs>
{}
}:
with
pkgs
;
mkShell
{
packages
=
[
go
gcc
qemu
];
}
Copy Permalink