meta: add general devShell

This commit is contained in:
Max Headroom 2022-05-26 20:55:52 +02:00
parent 879cf18fad
commit 4e9f575a51
2 changed files with 10 additions and 0 deletions

2
.envrc Normal file
View file

@ -0,0 +1,2 @@
DEVSHELL_ATTR=default
source ./packages/build-support/activate-shell

View file

@ -69,6 +69,14 @@ in
};
devShells = {
default = let
flakePkgs = inputs.self.packages.${system};
in mkShell {
tools = with flakePkgs; [
agenix
deploy-rs
];
};
reflex-cache = let
inherit (inputs.self.packages.${system}) reflex-cache;
in mkShell {