fix(nix): include samba so file sharing works
https://github.com/NixOS/nixpkgs/pull/323133
This commit is contained in:
parent
626591bca8
commit
93557fb61d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue