packages/reflex-cache: add devshell
This commit is contained in:
parent
0b7b508445
commit
045517c88b
2 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
1
packages/servers/reflex-cache/.envrc
Normal file
1
packages/servers/reflex-cache/.envrc
Normal file
|
@ -0,0 +1 @@
|
|||
source ../../build-support/activate-shell
|
Loading…
Reference in a new issue