fix: remove commas from nativeBuildInputs
This commit is contained in:
parent
f5203bec11
commit
49943967a3
42
devshell.nix
42
devshell.nix
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in New Issue