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.
This commit is contained in:
Andreas Rammhold 2021-08-26 01:06:56 +02:00 committed by GitHub
parent af3b494217
commit 3402e7d1d0
Failed to generate hash of commit

View file

@ -2,8 +2,8 @@
# Ensures no aliases are in the results. # Ensures no aliases are in the results.
allowAliases = false; allowAliases = false;
# Also list unfree packages # Do *NOT* list unfree packages
allowUnfree = true; allowUnfree = false;
# Enable recursion into attribute sets that nix-env normally doesn't look into # 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 # so that we can get a more complete picture of the available packages for the