LET'S GO GAMBLING!!!!!!

This commit is contained in:
TheK0tYaRa 2026-03-17 03:57:48 +02:00
parent 20828a09fc
commit 6e63bb0a90
5 changed files with 521 additions and 97 deletions

View file

@ -51,7 +51,7 @@
let
system = "x86_64-linux";
# pkgs = nixpkgs.${system}.packages;
pkgs = nixpkgs {
pkgs = import nixpkgs {
inherit system;
overlays = [
sccache.overlays.default
@ -101,6 +101,12 @@
intel-ocl
vpl-gpu-rt
intel-compute-runtime
### intel-hw
oneapi-ccl
oneapi-dpl
oneapi-math
oneapi-tbb
unified-memory-framework
]
);
# ++ (with inputs.intel-hw.packages."${system}"; [
@ -145,7 +151,7 @@
RestartSec = 2;
};
environment = {
SCCACHE_DIR = "/var/cache/sccache";
SCCACHE_CONF = pkgs."sccache-config";
SCCACHE_SERVER_UDS = "/run/sccache/server.sock";
SCCACHE_IDLE_TIMEOUT = "0";
SCCACHE_START_SERVER = "1";