Revert "Replace lorri with nix-direnv"

This reverts commit 1337c894b6.
This commit is contained in:
coolneng 2020-10-06 16:02:21 +02:00
parent 98357ef81e
commit 973300f70f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

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