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
|
, 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
|
||||||
|
|
Loading…
Reference in New Issue