flake: Reorder devshell packages alphabetically

This commit is contained in:
Erwin Boskma 2024-02-05 10:56:10 +01:00
parent 81a1f4ba4a
commit 3c0d05a6d3
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -227,9 +227,9 @@
devShells.default = with pkgs; mkShell { devShells.default = with pkgs; mkShell {
name = "dotfiles"; name = "dotfiles";
packages = [ packages = [
pkgs.sops
ssh-to-age
age age
colmena
just
nodejs nodejs
nodePackages.typescript-language-server nodePackages.typescript-language-server
nodePackages.yaml-language-server nodePackages.yaml-language-server
@ -237,21 +237,19 @@
nodePackages.prettier nodePackages.prettier
multimarkdown multimarkdown
nix-diff nix-diff
nixfmt
nix-prefetch nix-prefetch
nix-prefetch-scripts
nix-prefetch-github
nix-prefetch-docker nix-prefetch-docker
nix-top nix-prefetch-github
nix-prefetch-scripts
nix-tree nix-tree
taplo nix-top
just
pciutils pciutils
pkgs.sops
cryptsetup ssh-to-age
taplo
inputs'.disko.packages.disko inputs'.disko.packages.disko
colmena
]; ];
shellHook = '' shellHook = ''