LET'S GO GAMBLING!!!!!!
This commit is contained in:
parent
20828a09fc
commit
6e63bb0a90
5 changed files with 521 additions and 97 deletions
10
flake.nix
10
flake.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue