Replace lorri with nix-direnv

This commit is contained in:
coolneng 2020-09-30 12:12:00 +02:00
parent 7f667bb6e6
commit 1337c894b6
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 3 additions and 2 deletions

View File

@ -41,6 +41,7 @@
};
extraOptions = ''
keep-outputs = true
keep-derivations = true
gc-keep-outputs = true
'';
};

View File

@ -2,7 +2,7 @@
{
# Improve nix-shell and direnv integration
services.lorri.enable = true;
environment.pathsToLink = [ "/share/nix-direnv" ];
# Enable virtualisation
virtualisation.libvirtd = {

View File

@ -32,7 +32,7 @@
# Development
git
direnv
lorri
nix-direnv
podman-compose
gnumake
gitAndTools.pre-commit