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;
nativeBuildInputs = [
cdrtools,
curl,
git,
gnugrep,
gnused,
jq,
lsb-release,
ncurses,
nixpkgs-fmt,
procps,
python3,
qemu,
socat,
spice-gtk,
swtpm,
unzip,
usbutils,
util-linux,
xdg-user-dirs,
xrandr,
zsync,
cdrtools
curl
git
gnugrep
gnused
jq
lsb-release
ncurses
nixpkgs-fmt
procps
python3
qemu
socat
spice-gtk
swtpm
unzip
usbutils
util-linux
xdg-user-dirs
xrandr
zsync
];
buildInputs = [];