This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Post job cleanup. | |
Cachix: push | |
/Users/runner/.nix-profile/bin/cachix daemon stop --socket /Users/runner/work/_temp/cachix-daemon-HsS8mX2ceqoh/daemon.sock | |
[2024-11-11 16:25:34][Info] Starting Cachix Daemon | |
[2024-11-11 16:25:34][Info] Configuration: | |
PID: 2612 | |
Socket: /Users/runner/work/_temp/cachix-daemon-HsS8mX2ceqoh/daemon.sock | |
Workers: 8 | |
Cache name: elixir | |
Cache URI: https://elixir.cachix.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
config, | |
lib, | |
pkgs, | |
... | |
}: let | |
cfg = config.my.roles.graphical; | |
nixGlPkg = | |
if cfg.nvidia.enable | |
then pkgs.nixgl.auto.nixGLNvidia |