mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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 {
|
network = lib.mkOption {
|
||||||
type = lib.types.nullOr (
|
type = lib.types.nullOr (
|
||||||
lib.types.enum [
|
lib.types.enum [
|
||||||
"goerli"
|
|
||||||
"holesky"
|
"holesky"
|
||||||
"rinkeby"
|
|
||||||
"ropsten"
|
|
||||||
"sepolia"
|
"sepolia"
|
||||||
"yolov2"
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
default = null;
|
default = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue