diff options
Diffstat (limited to 'modules/wsl-distro.nix')
| -rw-r--r-- | modules/wsl-distro.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/wsl-distro.nix b/modules/wsl-distro.nix index 0b7648d..f2279e3 100644 --- a/modules/wsl-distro.nix +++ b/modules/wsl-distro.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, config, options, ... }: +{ lib, pkgs, config, ... }: with builtins; with lib; @@ -132,11 +132,6 @@ in config.wsl.extraBin )} ''); - # TODO: This is only needed for the docker tests, it can be removed when they are moved to something else - update-entrypoint.text = '' - mkdir -p /nix/nixos-wsl - ln -sfn ${config.users.users.root.shell} /nix/nixos-wsl/entrypoint - ''; }; # require people to use lib.mkForce to make it harder to brick their installation |
