fix: add podman to shell.nix
This commit is contained in:
parent
046c553ed5
commit
4fd2fd31d2
@ -1,5 +1,5 @@
|
|||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
|
||||||
with pkgs; mkShell {
|
with pkgs; mkShell {
|
||||||
packages = [ go gcc qemu ];
|
packages = [ go gcc qemu podman ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user