diff options
| author | K900 <me@0upti.me> | 2023-09-30 09:03:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-30 09:03:22 +0300 |
| commit | cadde47d123d1a534c272b04a7582f1d11474c48 (patch) | |
| tree | 43c4c377ddbecd0d07ecf5a91c0c4076b5e2c66b /tests/shells.Tests.ps1 | |
| parent | 8735bdfa5fdfa6e90d944ff9f5f806668b53eacb (diff) | |
| parent | dd632e50ba1a4d181c4d0c0ca12563cc3e4449d6 (diff) | |
Merge pull request #300 from nix-community/fixups
fix: fix config generation for legacy/tests
Diffstat (limited to 'tests/shells.Tests.ps1')
| -rw-r--r-- | tests/shells.Tests.ps1 | 1 |
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) { |
