flake: Reorder devshell packages alphabetically
This commit is contained in:
parent
81a1f4ba4a
commit
3c0d05a6d3
1 changed files with 9 additions and 11 deletions
20
flake.nix
20
flake.nix
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue