chore(pcsd): update breaking changes
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-14 17:30:28 -05:00
parent fd9880e00d
commit b5aab9d19d
2 changed files with 7 additions and 11 deletions

View file

@ -59,17 +59,13 @@ in {
nodes = [ nodes = [
{ {
name = "thingone"; name = "thingone";
nodeid = "1"; nodeid = 1;
addrs = [ ring_addrs = ["10.0.0.244"];
{addr = "10.0.0.244";}
];
} }
{ {
name = "thingtwo"; name = "thingtwo";
nodeid = "2"; nodeid = 2;
addrs = [ ring_addrs = ["10.0.0.159"];
{addr = "10.0.0.159";}
];
} }
]; ];
}; };

View file

@ -1129,11 +1129,11 @@
"pyagentx-src": "pyagentx-src" "pyagentx-src": "pyagentx-src"
}, },
"locked": { "locked": {
"lastModified": 1707855657, "lastModified": 1707949525,
"narHash": "sha256-9QFt0OqkTmjhUh5oEK1m2Elsg6NI3EpLhbhgP+6R6Mc=", "narHash": "sha256-TsiZMUfCM/h78oC68V/VPoTgmM1ktGsnyBFWmsAyS2U=",
"owner": "matt1432", "owner": "matt1432",
"repo": "nixos-pcsd", "repo": "nixos-pcsd",
"rev": "932c1fe8cdea51ff5bb656b7ab4b46419c8c9063", "rev": "2bbd5cd642bcfb76db1d9624826bd116ef7eb039",
"type": "github" "type": "github"
}, },
"original": { "original": {