lol

nixos/lorri: install direnv

direnv is required to allow files to be run by lorri, so it should be installed, too.

authored by

Sandro and committed by
Sandro Jäckel
1c5ca89f 18541010

+1 -1
+1 -1
nixos/modules/services/development/lorri.nix
··· 50 50 }; 51 51 }; 52 52 53 - environment.systemPackages = [ cfg.package ]; 53 + environment.systemPackages = [ cfg.package pkgs.direnv ]; 54 54 }; 55 55 }