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 {
|
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 = ''
|
||||||
|
|
Loading…
Reference in a new issue