Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
First step: https://github.com/samhh/dotfiles/commit/80a91fb4a9e1b2d55a3779f41f29d6149a212c4c Now the TS plugin which is distributed via npm. :thinking:
Seemingly no luck: https://github.com/samhh/dotfiles/commit/05c689bba758aea13e523a542473723ca2bc5748
As a sanity check the plugin does work if I put it into a project tsconfig.
A direct link to the Nix store doesn't work either. No difference whether or not the project tsconfig contains any other plugins.
Could be solved much more simply with #323.
There's a permissions error with `--build-host localhost`. There's `--use-remote-sudo`, however this doesn't appear to support doas.
https://github.com/NixOS/nixpkgs/issues/169193#issuecomment-1107925258
https://github.com/samhh/dotfiles/commit/a18deef88f4630b7e2b76a859f2cf9575b4c6c7d The following now appears to work: ```console $ NIX_SSHOPTS="-t" nixos-rebuild switch --flake ".#tentacool" --target-host sam@tentacool --use-remote-sudo ``` The `ssh -t` bit was described here: https://discourse.nixos.org/t/which-commands-are-required-for-remote-switch/17936/2 Edit: This no longer...
Something declarative and which doesn't require entering the remote's password would be ideal.
They work in a Nix shell.