add direnv
and devenv
This commit is contained in:
parent
d92f5315ea
commit
ff17a11aca
1 changed files with 5 additions and 7 deletions
|
@ -1,10 +1,8 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [ direnv devenv ];
|
||||||
|
|
||||||
services.lorri = {
|
nix.extraOptions = ''
|
||||||
enable = true;
|
extra-substituters = https://devenv.cachix.org
|
||||||
};
|
extra-trusted-public-keys = devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=
|
||||||
|
'';
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
direnv
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue