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 = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
nix-index
|
|
||||||
nixfmt
|
|
||||||
nixpkgs-fmt
|
|
||||||
nix-du
|
|
||||||
comma
|
comma
|
||||||
nix-diff
|
nix-diff
|
||||||
|
nix-du
|
||||||
|
nix-index
|
||||||
nix-tree
|
nix-tree
|
||||||
|
nixfmt
|
||||||
|
nixpkgs-fmt
|
||||||
|
|
||||||
(writeScriptBin "wherenix" ''
|
(writeScriptBin "wherenix" ''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue