Files
2024-02-09 14:36:46 +01:00

10 lines
119 B
Nix

with import <nixpkgs> {};
mkShell rec {
nativeBuildInputs = [
dapr-cli
vcluster
];
shellHook = '' '';
}