aboutsummaryrefslogtreecommitdiff
path: root/tests/transformations.scm
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2024-12-18 16:57:31 +0100
committerJelle Licht <jlicht@fsfe.org>2024-12-18 22:02:20 +0100
commit71480d609b06459309124f5497169167f9965b36 (patch)
tree6e4005b91b5b3b5b43bd05e88656dd60acb6d23b /tests/transformations.scm
parent835b609d1bc284acca1de6f503b4caf902f481f5 (diff)
downloadguix-71480d609b06459309124f5497169167f9965b36.tar.gz
guix-71480d609b06459309124f5497169167f9965b36.zip
gnu: Add node alias for node-lts.
The node alias should henceforth refer to versions of Node.js that are at least as recent as node-lts. * gnu/packages/node.scm (node): New variable. Change-Id: I1f19914715dda7da6bb45917e32b53227b480929
Diffstat (limited to 'tests/transformations.scm')
0 files changed, 0 insertions, 0 deletions
kewise. * gnu/system/images/orangepi-r1-plus-lts-rk3328.scm (packages): Likewise. * gnu/system/images/pine64.scm (packages): Likewise. * gnu/system/install.scm (installation-os) [packages]: Likewise. Change-Id: If09123a69b987178bcb0aab61c4570c14fc1286f Maxim Cournoyer 2023-12-22images: Add orangepi-r1-plus-lts image....* gnu/local.mk: Register image. * gnu/system/images/orangepi-r1-plus-lts-rk3328.scm: New file. * gnu/system/install.scm (orangepi-r1-plus-lts-rk3328-installation-os): New variable. Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Herman Rimm 2023-06-14system: images: Add unmatched module....* gnu/system/images/unmatched.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Efraim Flashner 2022-12-26images: wsl2: Create XDG_RUNTIME_DIR on first login....* gnu/system/images/wsl2.scm (wsl-boot-program): Create XDG_RUNTIME_DIR on first login and set it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> dan 2022-12-09system: images: Add networking support to pine64 image....* gnu/system/images/pine64.scm (pine64-barebones-os) [services]: Add dhcp-client-service-type and ntp-service-type to the list of services. [packages]: Add nss-certs to the list of packages. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Gabriel Wicki