mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* nix-env gets confused when an attrset contains an attribute named
"type". svn path=/nixpkgs/trunk/; revision=15781
This commit is contained in:
parent
f3706471e8
commit
ac7eb7d25a
@ -148,10 +148,10 @@ rec {
|
||||
};
|
||||
|
||||
|
||||
type = {
|
||||
types = {
|
||||
|
||||
infere = mkOptionType {
|
||||
name = "infered type";
|
||||
inferred = mkOptionType {
|
||||
name = "inferred type";
|
||||
};
|
||||
|
||||
enable = mkOptionType {
|
||||
|
Loading…
Reference in New Issue
Block a user