forked from mirrors/nixpkgs
etcd: fix old aliased package name to make tests pass
This commit is contained in:
parent
61e983dbac
commit
e08b3f0c85
|
@ -184,7 +184,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.etcdctl ];
|
||||
environment.systemPackages = [ pkgs.etcd ];
|
||||
|
||||
users.users.etcd = {
|
||||
uid = config.ids.uids.etcd;
|
||||
|
|
Loading…
Reference in a new issue