about summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/nixpkgs/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/nixpkgs/default.nix b/sys/nixpkgs/default.nix
index 4fddbd20..85fccbce 100644
--- a/sys/nixpkgs/default.nix
+++ b/sys/nixpkgs/default.nix
@@ -14,12 +14,12 @@ in {
     # TODO: this fails because of the root tempsize, which should be increased
     # contentAddressedByDefault = true;
 
-    allowUnfreePredicate = pkg:
-      builtins.elem (lib.getName pkg) [
-        "steam"
-        "steam-original"
-        "steam-runtime"
-        "steam-run"
-      ];
+    # allowUnfreePredicate = pkg:
+    #   builtins.elem (lib.getName pkg) [
+    #     "steam"
+    #     "steam-original"
+    #     "steam-runtime"
+    #     "steam-run"
+    #   ];
   };
 }