about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/packages/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/packages/default.nix b/system/packages/default.nix
index a83b3187..c02aee92 100644
--- a/system/packages/default.nix
+++ b/system/packages/default.nix
@@ -13,11 +13,11 @@
 #    else [x];
 #in
 {
-#  nixpkgs.config.allowUnfreePredicate = pkg:
-#    builtins.elem (lib.getName pkg) [
-#      "steam"
-#      "steam-original"
-#    ];
+  #  nixpkgs.config.allowUnfreePredicate = pkg:
+  #    builtins.elem (lib.getName pkg) [
+  #      "steam"
+  #      "steam-original"
+  #    ];
   #
   #  environment.systemPackages = with builtins;
   #    concatLists