fix(nix): include samba so file sharing works

https://github.com/NixOS/nixpkgs/pull/323133
This commit is contained in:
Martin Wimpress 2024-06-29 10:47:48 +01:00 committed by Martin Wimpress
parent 626591bca8
commit 93557fb61d
1 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,8 @@
, pciutils , pciutils
, procps , procps
, python3 , python3
, qemu , qemu_full
, samba
, socat , socat
, spice-gtk , spice-gtk
, swtpm , swtpm
@ -41,7 +42,8 @@ let
pciutils pciutils
procps procps
python3 python3
qemu qemu_full
samba
socat socat
swtpm swtpm
unzip unzip