fix: wsl builds updated to latest
buildbot/nix-eval Build done.

This commit is contained in:
Greg Hellings
2026-02-17 17:04:11 -06:00
parent e2181f124a
commit 1e3117cd30
4 changed files with 2 additions and 43 deletions
+1 -2
View File
@@ -5,7 +5,6 @@
}:
let
inherit (top.nixunstable) lib;
wsl = args: (unstable (args // { extraMods = [ top.wsl.nixosModules.wsl ]; }));
unstable =
{
channel ? top.nixunstable,
@@ -57,7 +56,7 @@ in
)
// {
# nix build '.#nixosConfigurations.wsl.config.system.build.installer'
nixos = wsl { name = "wsl"; };
#nixos = wsl { name = "wsl"; };
# nix build '.#nixosConfigurations.wsl-aarch.config.system.build.installer'
#nixos-arm = wsl {
# name = "wsl";
+1
View File
@@ -1,6 +1,7 @@
{ ... }:
{
imports = [ top.wsl.nixosModules.default ];
wsl = {
enable = true;
wslConf.automount.root = "/mnt";