chore: add lorri to prevent direnv from blocking, closes #147

This commit is contained in:
Kiara Grouwstra 2024-10-21 18:27:52 +02:00
parent 14935c5e92
commit 2ae7672fad
2 changed files with 4 additions and 1 deletions

2
.envrc
View file

@ -1,2 +1,2 @@
# shellcheck shell=bash
use flake
eval "$(lorri direnv --flake .)"

View file

@ -93,6 +93,9 @@
devShells = forEachSystem' ({ system, pkgs, ... }: {
default = pkgs.mkShell {
packages = [
pkgs.direnv
pkgs.lorri
inputs.agenix.packages.${system}.agenix
pkgs.opentofu