This website requires JavaScript.
Explore
Help
Sign In
tools
/
out-of-tree
Watch
1
Star
0
Fork
0
You've already forked out-of-tree
Code
Releases
Activity
Files
4fd2fd31d2c666eb204fdf35bab1d0767af1db70
out-of-tree
/
shell.nix
T
6 lines
93 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
{
fix: add podman to shell.nix
2023-05-16 09:22:37 +00:00
packages
=
[
go
gcc
qemu
podman
];
Add shell.nix
2023-01-19 16:59:25 +00:00
}
Copy Permalink