fix: remove commas from nativeBuildInputs

This commit is contained in:
Martin Wimpress 2024-05-02 17:12:19 +01:00
parent f5203bec11
commit 49943967a3
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 21 additions and 21 deletions

View File

@ -26,27 +26,27 @@ mkShell {
strictDeps = true; strictDeps = true;
nativeBuildInputs = [ nativeBuildInputs = [
cdrtools, cdrtools
curl, curl
git, git
gnugrep, gnugrep
gnused, gnused
jq, jq
lsb-release, lsb-release
ncurses, ncurses
nixpkgs-fmt, nixpkgs-fmt
procps, procps
python3, python3
qemu, qemu
socat, socat
spice-gtk, spice-gtk
swtpm, swtpm
unzip, unzip
usbutils, usbutils
util-linux, util-linux
xdg-user-dirs, xdg-user-dirs
xrandr, xrandr
zsync, zsync
]; ];
buildInputs = []; buildInputs = [];