summaryrefslogtreecommitdiffstats
path: root/nixos/lib
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-03 01:16:41 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-03 01:17:10 +0200
commite87fa04ddc78c667e99eb6662f3de575279fea08 (patch)
treeace620908e955cbb60bb09e0004ba34feaf279fc /nixos/lib
parent08094aa8799e859934b18044bb4876ea8329b5b3 (diff)
nixos: move left-behind allowUnfree comment
Diffstat (limited to 'nixos/lib')
-rw-r--r--nixos/lib/eval-config.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/lib/eval-config.nix b/nixos/lib/eval-config.nix
index 3e07df6c0860..a87b285c5b7b 100644
--- a/nixos/lib/eval-config.nix
+++ b/nixos/lib/eval-config.nix
@@ -54,11 +54,6 @@ in rec {
# These are the extra arguments passed to every module. In
# particular, Nixpkgs is passed through the "pkgs" argument.
- # FIXME: we enable config.allowUnfree to make packages like
- # nvidia-x11 available. This isn't a problem because if the user has
- # ‘nixpkgs.config.allowUnfree = false’, then evaluation will fail on
- # the 64-bit package anyway. However, it would be cleaner to respect
- # nixpkgs.config here.
extraArgs = extraArgs_ // {
inherit modules baseModules;
};