mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 01:24:22 +00:00
Fix shell.nix
This commit is contained in:
parent
902ce18661
commit
ef856f9e1f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
with pkgs; mkShell {
|
||||
buildInputs = [ go virt-viewer virtmanager ];
|
||||
buildInputs = [ go virt-viewer virt-manager ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue