meta: add general devShell
This commit is contained in:
parent
879cf18fad
commit
4e9f575a51
2 changed files with 10 additions and 0 deletions
2
.envrc
Normal file
2
.envrc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
DEVSHELL_ATTR=default
|
||||||
|
source ./packages/build-support/activate-shell
|
|
@ -69,6 +69,14 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells = {
|
devShells = {
|
||||||
|
default = let
|
||||||
|
flakePkgs = inputs.self.packages.${system};
|
||||||
|
in mkShell {
|
||||||
|
tools = with flakePkgs; [
|
||||||
|
agenix
|
||||||
|
deploy-rs
|
||||||
|
];
|
||||||
|
};
|
||||||
reflex-cache = let
|
reflex-cache = let
|
||||||
inherit (inputs.self.packages.${system}) reflex-cache;
|
inherit (inputs.self.packages.${system}) reflex-cache;
|
||||||
in mkShell {
|
in mkShell {
|
||||||
|
|
Loading…
Reference in a new issue