Replace lorri with nix-direnv

This commit is contained in:
2020-09-30 12:12:00 +02:00
parent 7f667bb6e6
commit 1337c894b6
3 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@
}; };
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
services.lorri.enable = true; environment.pathsToLink = [ "/share/nix-direnv" ];
# Enable virtualisation # Enable virtualisation
virtualisation.libvirtd = { virtualisation.libvirtd = {

View File

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