summaryrefslogtreecommitdiff
path: root/gnu/system/images/wsl2.scm
AgeCommit message (Collapse)Author
2022-12-26images: wsl2: Create XDG_RUNTIME_DIR on first login.dan
* 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>
2022-10-13system: Use a valid license as the dummy license.Ricardo Wurmus
* gnu/system/images/wsl2.scm (dummy-package)[license]: Do not use #F.
2022-09-24system: images: Add wsl2 module.Alex Griffin
* gnu/system/images/wsl2.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi ("System Images"): Document it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>