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:
parent
af3b494217
commit
3402e7d1d0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue