Fix small typo ...

This commit is contained in:
Yvan Sraka 2022-12-15 12:01:33 +01:00 committed by GitHub
parent 937557b691
commit cf44f31ff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ In `/etc/nixos/configuration.nix`:
nix.settings = { nix.settings = {
keep-outputs = true; keep-outputs = true;
keep-derivations = true; keep-derivations = true;
} };
environment.pathsToLink = [ environment.pathsToLink = [
"/share/nix-direnv" "/share/nix-direnv"
]; ];