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

View File

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