checkpoint: pre completion-latency fixes

This commit is contained in:
2026-08-09 00:21:31 +01:00
parent e79146364c
commit d6ae3a5d1b
7 changed files with 249 additions and 156 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
# pear-desktop
prismlauncher
# deadlock-mod-manager
inputs.nik-pkgs.packages.x86_64-linux.grimoire
inputs.grimoire.packages.x86_64-linux.grimoire
# gamescope
android-studio
blender
+2
View File
@@ -7,5 +7,7 @@
};
den.url = "github:vic/den?ref=8101ec865c0bf4027d40b9fd8951e3e435a86d64";
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
# Builds from its own locked nixpkgs (electron lib paths pinned to that rev).
grimoire.url = "github:Slush97/grimoire";
};
}
+4
View File
@@ -10,6 +10,8 @@
modules.fish = {
nixos = {
programs.fish.enable = true;
# imports = [ inputs.direnv-instant.nixosModules.direnv-instant ];
# programs.direnv-instant.enable = true;
};
homeManager =
{ pkgs, ... }:
@@ -19,6 +21,8 @@
pkgs.nix-output-monitor
# pkgs.devenv
];
imports = [ inputs.direnv-instant.homeModules.direnv-instant ];
programs.direnv-instant.enable = true;
programs = {
fish = {
enable = true;
+23 -8
View File
@@ -50,6 +50,7 @@
# enable = true;
# autoLoad = false;
# };
dependencies.rust-analyzer.enable = false;
extraPackages = with pkgs; [
# formatters
nixfmt-rs
@@ -58,9 +59,9 @@
ripgrep
nixd
tree-sitter
rust-analyzer
rustc
cargo
# rust-analyzer
# rustc
# cargo
];
performance.byteCompileLua = {
enable = true;
@@ -106,6 +107,20 @@
# };
# };
# };
rustaceanvim = {
enable = true;
settings = {
server = {
default_settings = {
rust-analyzer = {
cargo.targetDir = true;
files.watcher = "server";
diagnostics.refresh_update = true;
};
};
};
};
};
lsp = {
enable = true;
servers = {
@@ -115,11 +130,11 @@
# cmd = "-E";
# };
# };
rust_analyzer = {
enable = true;
installCargo = false;
installRustc = false;
};
# rust_analyzer = {
# enable = true;
# installCargo = false;
# installRustc = false;
# };
nixd = {
enable = true;
settings = {
+1 -1
View File
@@ -50,7 +50,7 @@
PUBLIC_DOMAIN = "stream.h.doloro.co.uk";
RTC_PORT = "6969";
SIGNUP_CODE = "mreowmreow-pawsatyou";
RUST_LOG = "info,warn";
RUST_LOG = "info";
};
volumes = [
"/data/rtmp-to-whip/db:/db"