about summary refs log tree commit diff
path: root/users/grfn/secrets/shell.nix
let
  depot = import ../../.. { };
in
depot.third_party.nixpkgs.mkShell {
  buildInputs = [
    depot.third_party.agenix.cli
  ];
}