Replace lorri with nix-direnv
This commit is contained in:
parent
7f667bb6e6
commit
1337c894b6
|
@ -41,6 +41,7 @@
|
||||||
};
|
};
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
keep-outputs = true
|
keep-outputs = true
|
||||||
|
keep-derivations = true
|
||||||
gc-keep-outputs = true
|
gc-keep-outputs = true
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue