From f6bd4a659e347e873bde07d6c2e6ee503db67644 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 19 Jul 2015 17:18:18 +0200 Subject: [PATCH] Allow texlive build. --- common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.nix b/common.nix index 185437e..6d3209f 100644 --- a/common.nix +++ b/common.nix @@ -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.