We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5610c4e commit eb7ba57Copy full SHA for eb7ba57
modules/misc/news/2025/12/2025-12-22_16-55-56.nix
@@ -0,0 +1,13 @@
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
+}
0 commit comments