Merge pull request #274 from yvan-sraka/patch-1

Fix small typo ...
This commit is contained in:
Jörg Thalheim 2022-12-15 11:44:47 +00:00 committed by GitHub
commit 5705b90670
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"
]; ];