updated server_tools

This commit is contained in:
Richie Cahill 2024-07-07 11:00:26 -04:00 committed by Alice Huston
parent c07d09b1b3
commit e03a88b25c
3 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@ -604,11 +604,11 @@
"poetry2nix": "poetry2nix"
},
"locked": {
"lastModified": 1720321594,
"narHash": "sha256-deXQfj0HVDD8IEbVprCciILSqRpKw3sCKD/qLBw7dAI=",
"lastModified": 1720363804,
"narHash": "sha256-Y39IHgUiETs8/wWCDeUkie+LW2YZ1jcMaoFI/sIADKg=",
"owner": "RAD-Development",
"repo": "server_tools",
"rev": "003f7fd295cb876e8b72d1d5ef0bb376140cb8c1",
"rev": "fde25f9bb4b704cd1f4358c3ff4ff910dd0a3e5b",
"type": "github"
},
"original": {

View File

@ -15,7 +15,7 @@
description = "validates startup";
serviceConfig = {
Type = "oneshot";
ExecStart = "${inputs.server_tools.packages.x86_64-linux.server_tools}/bin/validate_jeeves";
ExecStart = "${inputs.server_tools.packages.x86_64-linux.default}/bin/validate_jeeves";
};
};
timers = {

View File

@ -43,6 +43,6 @@
nix-prefetch
nix-tree
nixpkgs-fmt
inputs.server_tools.packages.x86_64-linux.server_tools
inputs.server_tools.packages.x86_64-linux.default
];
}