Skip to content

Instantly share code, notes, and snippets.

View calops's full-sized avatar

Rémi Labeyrie calops

View GitHub Profile
@calops
calops / macos.txt
Last active November 11, 2024 16:35
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
{
config,
lib,
pkgs,
...
}: let
cfg = config.my.roles.graphical;
nixGlPkg =
if cfg.nvidia.enable
then pkgs.nixgl.auto.nixGLNvidia