update server

This commit is contained in:
Kopatz
2025-02-24 14:48:28 +01:00
parent b0b6c0f0ef
commit 25a0f7b01c
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
shellAliases = { shellAliases = {
# TODO: gifsicle -O3 --lossy=30 noita-20240328-191617-1612416266-00316616.gif -o noita-20240328-191617-1612416266.gif # TODO: gifsicle -O3 --lossy=30 noita-20240328-191617-1612416266-00316616.gif -o noita-20240328-191617-1612416266.gif
backupNoita = backupNoita =
"cp -r ~/.local/share/Steam/steamapps/compatdata/881100/pfx/drive_c/users/steamuser/AppData/LocalLow/Nolla_Games_Noita/* /synced/default/backups/noita_save"; "cp -r ~/.local/share/Steam/steamapps/compatdata/881100/pfx/drive_c/users/steamuser/AppData/LocalLow/Nolla_Games_Noita/* /synced/default/dont_remotebackup/noita_save";
checkTime = "(cd /synced/work_drive/TS && nix run)"; checkTime = "(cd /synced/work_drive/TS && nix run)";
checkWaylandWindowsKDE = checkWaylandWindowsKDE =
"qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole"; "qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole";

View File

@@ -9,5 +9,5 @@ rustPlatform.buildRustPackage {
rev = "328b43766fe4fe3b352a23f160de6bc96a3aee58"; rev = "328b43766fe4fe3b352a23f160de6bc96a3aee58";
}; };
cargoHash = "sha256-Yo3Xy8oa3KdvttYlYUV0Ut8HMK7BSzqEuIdWAHoDG1M="; cargoHash = "sha256-qq9ocPtGT5dfCDlqLZWaSuDNxMEDqfNWwvRZi4jOGqc=";
} }

View File

@@ -16,5 +16,5 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = with pkgs; [ pkg-config ]; nativeBuildInputs = with pkgs; [ pkg-config ];
buildInputs = with pkgs; [ openssl ]; buildInputs = with pkgs; [ openssl ];
cargoHash = "sha256-PI2bLMnT71JVeDZp/Es4jhwTPuSRvrz2j5wyNPLKkFY="; cargoHash = "sha256-rJWjX99keDzKs76u3D2aXKWGmBkQ0mF/HWZYHcQtaW0=";
} }