mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-28 13:11:08 +01:00
commit
5705b90670
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