tvl-depot/users/grfn/secrets/shell.nix

9 lines
132 B
Nix
Raw Normal View History

let
depot = import ../../.. { };
in
depot.third_party.nixpkgs.mkShell {
buildInputs = [
depot.third_party.agenix.cli
];
}