From 3dc579073d18dee1f9218e60746a466c1fb7c369 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Fri, 14 Feb 2025 23:30:05 -0600 Subject: [PATCH] added reasons for every package in dev shell --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 96cc582..fd46f2f 100644 --- a/flake.nix +++ b/flake.nix @@ -125,10 +125,15 @@ devShells = forEachPkgs (pkgs: { default = pkgs.mkShell { packages = with pkgs; [ + # for version controlling this repo git - sops + # for formatting code in this repo alejandra + # for editing secrets in the secrets repo + sops + # for viewing configuration options defined in this repo nix-inspect + # for installing flakes from this repo onto other systems nixos-anywhere ];