Merge pull request #41 from DavHau/patch-1

readme: add `direnv` to systemPackages in configuration.nix
This commit is contained in:
Jörg Thalheim 2020-09-26 16:08:37 +02:00 committed by GitHub
commit d13fe36fef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ In `/etc/nixos/configuration.nix`:
```
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [ nix-direnv ];
environment.systemPackages = with pkgs; [ direnv nix-direnv ];
# nix options for derivations to persist garbage collection
nix.extraOptions = ''
keep-outputs = true