Skip to content

Commit 113d9bc

Browse files
committed
drop systemd implementation from nixos-wsl-version
(cherry picked from commit 67c0d3b)
1 parent cf81513 commit 113d9bc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

modules/version.nix

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ with lib;
2020
type = str;
2121
default = elemAt versionFile 1;
2222
};
23-
systemd = mkOption {
24-
internal = true;
25-
type = enum [ "native" ];
26-
description = "the systemd implementation used by NixOS-WSL";
27-
default = "native";
28-
};
2923
};
3024
};
3125

@@ -72,7 +66,7 @@ with lib;
7266
;;
7367
esac
7468
done
75-
echo NixOS-WSL ${config.wsl.version.release} ${config.wsl.version.rev} ${config.wsl.version.systemd}
69+
echo NixOS-WSL ${config.wsl.version.release} ${config.wsl.version.rev}
7670
''
7771
)
7872
];

0 commit comments

Comments
 (0)