added reasons for every package in dev shell

This commit is contained in:
Leyla Becker 2025-02-14 23:30:05 -06:00
parent 2dccc10b44
commit 3dc579073d

View file

@ -125,10 +125,15 @@
devShells = forEachPkgs (pkgs: { devShells = forEachPkgs (pkgs: {
default = pkgs.mkShell { default = pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
# for version controlling this repo
git git
sops # for formatting code in this repo
alejandra alejandra
# for editing secrets in the secrets repo
sops
# for viewing configuration options defined in this repo
nix-inspect nix-inspect
# for installing flakes from this repo onto other systems
nixos-anywhere nixos-anywhere
]; ];