packages/reflex-cache: add devshell

This commit is contained in:
Max Headroom 2022-03-13 23:42:29 +01:00
parent 0b7b508445
commit 045517c88b
2 changed files with 10 additions and 0 deletions

View file

@ -37,6 +37,15 @@ in
};
devShells = {
reflex-cache = let
inherit (inputs.self.packages.${system}) reflex-cache;
in pkgs.mkShell {
buildInputs = with pkgs; [
poetry
reflex-cache.dependencyEnv
];
PYTHON = reflex-cache.dependencyEnv.interpreter;
};
};
}

View file

@ -0,0 +1 @@
source ../../build-support/activate-shell