global/nix: sort packages
This commit is contained in:
parent
328a13d266
commit
41658fc8c3
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue