global/nix: sort packages

This commit is contained in:
Infinidoge 2023-10-31 21:32:17 -04:00
parent 328a13d266
commit 41658fc8c3

View file

@ -60,13 +60,13 @@ with lib;
environment = {
systemPackages = with pkgs; [
nix-index
nixfmt
nixpkgs-fmt
nix-du
comma
nix-diff
nix-du
nix-index
nix-tree
nixfmt
nixpkgs-fmt
(writeScriptBin "wherenix" ''
#!/usr/bin/env bash