diff --git a/README.md b/README.md index 8c06b3c..ec0105c 100644 --- a/README.md +++ b/README.md @@ -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