mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
Fix small typo ...
This commit is contained in:
parent
937557b691
commit
cf44f31ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue