From 638f7695f38629c57adf5bbfba9857369970e782 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Sat, 11 Feb 2023 19:13:44 -0800 Subject: [PATCH] Added NixOS on WSL to NixOS Tools and Modules. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0763147..0dffa62 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,8 @@ - [Nix-alien](https://github.com/thiagokokada/nix-alien) is a tool to run unpatched binaries on Nix/NixOS easily. - [Disko](https://github.com/nix-community/disko) is a declarative disk partitioning tool using Nix. + + - [NixOS on WSL](https://github.com/nix-community/NixOS-WSL) is a minimal root filesystem for running NixOS on WSL. It can be used with DistroLauncher as ```install.tar.gz``` or as input to ```wsl --import --version 2```. ## NixOS Desktop [Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents)