Fix shell.nix

This commit is contained in:
Mikhail Klementev 2025-04-21 17:49:02 +00:00
parent 902ce18661
commit ef856f9e1f
No known key found for this signature in database
GPG key ID: C9905BA72B5E02BB

View file

@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs; mkShell {
buildInputs = [ go virt-viewer virtmanager ];
buildInputs = [ go virt-viewer virt-manager ];
}