summaryrefslogtreecommitdiff
path: root/tests/shells.Tests.ps1
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-09-30 08:26:46 +0300
committerK900 <me@0upti.me>2023-09-30 08:39:41 +0300
commitdd632e50ba1a4d181c4d0c0ca12563cc3e4449d6 (patch)
tree43c4c377ddbecd0d07ecf5a91c0c4076b5e2c66b /tests/shells.Tests.ps1
parent8735bdfa5fdfa6e90d944ff9f5f806668b53eacb (diff)
fix: fix config generation for legacy/tests
Diffstat (limited to 'tests/shells.Tests.ps1')
-rw-r--r--tests/shells.Tests.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/shells.Tests.ps1 b/tests/shells.Tests.ps1
index 6bcc640..c1dbf73 100644
--- a/tests/shells.Tests.ps1
+++ b/tests/shells.Tests.ps1
@@ -18,6 +18,7 @@ Describe "Shells" {
config = mkMerge [
{
wsl.enable = true;
+ wsl.nativeSystemd = false;
users.users.nixos.shell = pkgs.$package;
}
(optionalAttrs (hasAttrByPath ["programs" "$package" "enable"] options) {