We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be61864 commit 4544701Copy full SHA for 4544701
.github/workflows/run_tests.yml
@@ -46,6 +46,7 @@ jobs:
46
- name: Setup WSL 🐧
47
run: |
48
wsl --update
49
+ Get-Command wsl
50
wsl --version
51
52
- name: Execute Test 🧪
modules/build-tarball.nix
@@ -30,7 +30,7 @@ let
30
];
31
32
wsl.enable = true;
33
- wsl.defaultUser = "nixos";
+ wsl.defaultUser = "${config.wsl.defaultUser}";
34
35
# This value determines the NixOS release from which the default
36
# settings for stateful data, like file locations and database versions
0 commit comments