From 3402e7d1d071901db28a535d6de9a7c0eac0115d Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Thu, 26 Aug 2021 01:06:56 +0200 Subject: [PATCH] Don't list unfree packages (#343) There was a discussion around this when search.nixos.org was redesigned and the conclusion was that nixpkgs is a collection of free and open source software. We shouldn't list the unfree stuff. --- flake-info/src/commands/packages-config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake-info/src/commands/packages-config.nix b/flake-info/src/commands/packages-config.nix index fcb2019..1642d6f 100644 --- a/flake-info/src/commands/packages-config.nix +++ b/flake-info/src/commands/packages-config.nix @@ -2,8 +2,8 @@ # Ensures no aliases are in the results. allowAliases = false; - # Also list unfree packages - allowUnfree = true; + # Do *NOT* list unfree packages + allowUnfree = false; # Enable recursion into attribute sets that nix-env normally doesn't look into # so that we can get a more complete picture of the available packages for the