1
0
Fork 0

fix: add podman to shell.nix

master
dump_stack() 2023-05-16 09:22:37 +00:00
parent 046c553ed5
commit 4fd2fd31d2
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs; mkShell {
packages = [ go gcc qemu ];
packages = [ go gcc qemu podman ];
}