mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03: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:
parent
3ec974ac88
commit
de91341755
1 changed files with 0 additions and 4 deletions
|
@ -126,12 +126,8 @@ let
|
|||
network = lib.mkOption {
|
||||
type = lib.types.nullOr (
|
||||
lib.types.enum [
|
||||
"goerli"
|
||||
"holesky"
|
||||
"rinkeby"
|
||||
"ropsten"
|
||||
"sepolia"
|
||||
"yolov2"
|
||||
]
|
||||
);
|
||||
default = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue