Allow texlive build.
This commit is contained in:
parent
832b6deb89
commit
f6bd4a659e
@ -96,6 +96,8 @@
|
||||
i3 = pkgs.stdenv.lib.overrideDerivation pkgs.i3 (oldAttrs: { doCheck = false; });
|
||||
};
|
||||
|
||||
nixpkgs.config.allowTexliveBuilds = true;
|
||||
|
||||
environment.variables.EDITOR = "${pkgs.vim}/bin/vim";
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
Loading…
Reference in New Issue
Block a user