appvm/shell.nix

5 lines
103 B
Nix

{ pkgs ? import <nixpkgs> {} }:
with pkgs; mkShell {
buildInputs = [ go virt-viewer virtmanager ];
}