about summary refs log tree commit diff
path: root/users/grfn/secrets/shell.nix
blob: 6e70458d197257dc912d1c14fa272f06e4ce698e (plain) (blame)
1
2
3
4
5
6
7
8
let
  depot = import ../../.. { };
in
depot.third_party.nixpkgs.mkShell {
  buildInputs = [
    depot.third_party.agenix.cli
  ];
}