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
, procps
, python3
, qemu
, qemu_full
, samba
, socat
, spice-gtk
, swtpm
@ -41,7 +42,8 @@ let
pciutils
procps
python3
qemu
qemu_full
samba
socat
swtpm
unzip