Replace lorri with nix-direnv
This commit is contained in:
parent
7f667bb6e6
commit
1337c894b6
|
@ -41,6 +41,7 @@
|
|||
};
|
||||
extraOptions = ''
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
gc-keep-outputs = true
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
# Improve nix-shell and direnv integration
|
||||
services.lorri.enable = true;
|
||||
environment.pathsToLink = [ "/share/nix-direnv" ];
|
||||
|
||||
# Enable virtualisation
|
||||
virtualisation.libvirtd = {
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
# Development
|
||||
git
|
||||
direnv
|
||||
lorri
|
||||
nix-direnv
|
||||
podman-compose
|
||||
gnumake
|
||||
gitAndTools.pre-commit
|
||||
|
|
Loading…
Reference in New Issue