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 {
name = "dotfiles";
packages = [
pkgs.sops
ssh-to-age
age
colmena
just
nodejs
nodePackages.typescript-language-server
nodePackages.yaml-language-server
@ -237,21 +237,19 @@
nodePackages.prettier
multimarkdown
nix-diff
nixfmt
nix-prefetch
nix-prefetch-scripts
nix-prefetch-github
nix-prefetch-docker
nix-top
nix-prefetch-github
nix-prefetch-scripts
nix-tree
taplo
just
nix-top
pciutils
cryptsetup
pkgs.sops
ssh-to-age
taplo
inputs'.disko.packages.disko
colmena
];
shellHook = ''