Compare commits

...

1 Commits

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

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