mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
nixos/geth: remove obsolete networks
These networks are not available anymore as flags, so allowing them would break the module at runtime.
This commit is contained in:
@@ -126,12 +126,8 @@ let
|
||||
network = lib.mkOption {
|
||||
type = lib.types.nullOr (
|
||||
lib.types.enum [
|
||||
"goerli"
|
||||
"holesky"
|
||||
"rinkeby"
|
||||
"ropsten"
|
||||
"sepolia"
|
||||
"yolov2"
|
||||
]
|
||||
);
|
||||
default = null;
|
||||
|
||||
Reference in New Issue
Block a user