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" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1720321594, "lastModified": 1720363804,
"narHash": "sha256-deXQfj0HVDD8IEbVprCciILSqRpKw3sCKD/qLBw7dAI=", "narHash": "sha256-Y39IHgUiETs8/wWCDeUkie+LW2YZ1jcMaoFI/sIADKg=",
"owner": "RAD-Development", "owner": "RAD-Development",
"repo": "server_tools", "repo": "server_tools",
"rev": "003f7fd295cb876e8b72d1d5ef0bb376140cb8c1", "rev": "fde25f9bb4b704cd1f4358c3ff4ff910dd0a3e5b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -15,7 +15,7 @@
description = "validates startup"; description = "validates startup";
serviceConfig = { serviceConfig = {
Type = "oneshot"; 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 = { timers = {

View File

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