style: sort packages in .nix files

This commit is contained in:
Martin Wimpress 2024-05-02 16:52:24 +01:00 committed by Martin Wimpress
parent b1f9de6ef1
commit 5290be956b
2 changed files with 37 additions and 37 deletions

View File

@ -2,22 +2,22 @@
mkShell,
cdrtools,
curl,
lsb-release,
ncurses,
git,
gnugrep,
gnused,
jq,
lsb-release,
ncurses,
nixpkgs-fmt,
procps,
python3,
qemu,
socat,
spice-gtk,
swtpm,
unzip,
usbutils,
util-linux,
wget,
xdg-user-dirs,
xrandr,
zsync,
@ -26,26 +26,27 @@ mkShell {
strictDeps = true;
nativeBuildInputs = [
cdrtools
curl
lsb-release
git
gnugrep
gnused
jq
nixpkgs-fmt
procps
python3
qemu
socat
swtpm
unzip
usbutils
util-linux
wget
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 = [];

View File

@ -1,35 +1,34 @@
{ lib
, fetchFromGitHub
, stdenv
, installShellFiles
, makeWrapper
, qemu
, stdenv
, testers
, cdrtools
, curl
, gnugrep
, gnused
, jq
, lsb-release
, ncurses
, jq
, procps
, python3
, cdrtools
, usbutils
, util-linux
, qemu
, socat
, spice-gtk
, swtpm
, unzip
, usbutils
, util-linux
, xdg-user-dirs
, xrandr
, zsync
, OVMF
, OVMFFull
, quickemu
, testers
, installShellFiles
}:
let
runtimePaths = [
qemu
cdrtools
curl
gnugrep
gnused
@ -38,12 +37,12 @@ let
ncurses
procps
python3
cdrtools
usbutils
util-linux
unzip
qemu
socat
swtpm
unzip
usbutils
util-linux
xdg-user-dirs
xrandr
zsync