nix-community / nixos-vscode-server

Visual Studio Code Server support in NixOS
MIT License
412 stars 75 forks source link

Cannot start systemd service, broken symbolic link #81

Open SuperKenVery opened 4 months ago

SuperKenVery commented 4 months ago

/home/ken/.config/systemd/user/auto-fix-vscode-server.service: broken symbolic link to /nix/store/912jjzzgnmx5zmgk5k16f7jsxjwvfmp4-unit-auto-fix-vscode-server.service/auto-fix-vscode-server.service

It's actually in /nix/store/6471nwwfn800igw70hbwvs2prq2ssy2n-unit-auto-fix-vscode-server.service/auto-fix-vscode-server.service

My configuration:

  # VSCode server auto fixup
  imports = [
    (fetchTarball "https://github.com/nix-community/nixos-vscode-server/tarball/master")
  ];
  services.vscode-server = {
    enable = true;
    enableFHS = true;
  };