remove nix configs from development.nix
This commit is contained in:
parent
a8584b2f23
commit
dc7d7071d9
1 changed files with 1 additions and 6 deletions
|
@ -11,12 +11,7 @@
|
|||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
direnvrcExtra = ''
|
||||
''${DIRENV_DISABLE:+exit}
|
||||
''${DIRENV_DISABLE:+exit}
|
||||
'';
|
||||
};
|
||||
|
||||
nix.extraOptions = ''
|
||||
extra-substituters = https://devenv.cachix.org
|
||||
extra-trusted-public-keys = devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue