Allow texlive build.

This commit is contained in:
Gabriel Ebner 2015-07-19 17:18:18 +02:00
parent 832b6deb89
commit f6bd4a659e
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@
i3 = pkgs.stdenv.lib.overrideDerivation pkgs.i3 (oldAttrs: { doCheck = false; }); i3 = pkgs.stdenv.lib.overrideDerivation pkgs.i3 (oldAttrs: { doCheck = false; });
}; };
nixpkgs.config.allowTexliveBuilds = true;
environment.variables.EDITOR = "${pkgs.vim}/bin/vim"; environment.variables.EDITOR = "${pkgs.vim}/bin/vim";
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.