File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
targets/generic-linux/gpu/setup Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ { pkgs , ... } :
2+
3+ {
4+ time = "2025-12-22T19:55:56+00:00" ;
5+ condition = pkgs . stdenv . hostPlatform . isLinux ;
6+ message = ''
7+ `targets.genericLinux.gpu` now supports GNU Shepherd.
8+
9+ This module now supports the GNU Shepherd init system, primarily for
10+ compatibility with the GNU Guix distributuion. This change also generally
11+ facilitated the implementation of other init systems.
12+ '' ;
13+ }
Original file line number Diff line number Diff line change 77 (make-forkexec-constructor
88 ' (" ln" " -nsf" " @@env@@" " /run/opengl-driver" ))
99 #:stop
10- (make-kill-destructor)
10+ (lambda _
11+ (system* " rm" " -rf" " /run/opengl-driver" ))
1112 #:one-shot? #t ))
1213
1314(register-services (list non-nixos-gpu))
You can’t perform that action at this time.
0 commit comments