aboutsummaryrefslogtreecommitdiff
path: root/nix/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'nix/.gitignore')
0 files changed, 0 insertions, 0 deletions
ass='nohover-highlight'> This fixes the recently added "rewrite-url, to-version specified" test. * gnu/system/hurd.scm (%base-packages/hurd): Add nss-certs. 2023-09-16system: hurd: Add procps to %base-packages/hurd.Janneke Nieuwenhuizen * gnu/system/hurd.scm (%base-packages/hurd): Add procps. 2023-07-13system: hurd: Add netdde to %base-packages/hurd.Janneke Nieuwenhuizen * gnu/system/hurd.scm (%base-packages/hurd): Add netdde. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> 2023-06-17gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?.Janneke Nieuwenhuizen * gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused. 2023-03-30system: hurd: Use shepherd-0.8 in the package list.Josselin Poiret * gnu/system/hurd.scm (%base-packages/hurd): Change shepherd to shepherd-0.8, since the former uses fibers, and thus conflicts with the shepherd-0.8 we use in the default essential services. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2023-03-03services: base: Deprecate 'syslog-service' procedure.Bruno Victal * doc/guix.texi (Base Services): Replace syslog-service with syslog-service-type. * gnu/services/base.scm (%default-syslog.conf): Place before <syslog-configuration>. (syslog-service-type): Set default value. (syslog-service): Deprecate procedure. (%base-services): Use syslog-service-type. * gnu/system/hurd.scm (%base-services/hurd): Ditto. * gnu/system/install.scm (%installation-services): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2022-11-28system: hurd: Create more ttys.Ludovic Courtès * gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Add more /dev/ttyN nodes. * gnu/system/hurd.scm (%base-services/hurd): Add more 'hurd-getty-service-type' instances. 2022-04-08system: hurd: Fix bogus 'initrd-modules' field.Ludovic Courtès Reported by kitzman on #guix. * gnu/system/hurd.scm (%hurd-default-operating-system)[initrd-modules]: Set to the empty list. 2022-03-09system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD.Ludovic Courtès * gnu/system/hurd.scm (%base-packages/hurd): Move SHEPHERD before HURD.