Compare commits

...

1 Commits

Author SHA1 Message Date
973300f70f
Revert "Replace lorri with nix-direnv"
This reverts commit 1337c894b6.
2020-10-06 16:02:21 +02:00
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

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