summaryrefslogtreecommitdiff
path: root/modules/wsl-distro.nix
diff options
context:
space:
mode:
authornzbr <mail@nzbr.de>2023-09-29 23:25:53 +0200
committerGitHub <noreply@github.com>2023-09-29 23:25:53 +0200
commit8735bdfa5fdfa6e90d944ff9f5f806668b53eacb (patch)
tree64148d00bbc6f8e1d7ba099cfbf31123113db2f8 /modules/wsl-distro.nix
parente7d93d0f478b6fbb47c00d03449dc3d08b90abb7 (diff)
parentff1413aa34c525bf01145b40b99acfb7868ab285 (diff)
Merge pull request #295 from nix-community/prep-release
New release preparation
Diffstat (limited to 'modules/wsl-distro.nix')
-rw-r--r--modules/wsl-distro.nix7
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