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
4d950d7302
out-of-tree
/
shell.nix
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