Skip to content

Instantly share code, notes, and snippets.

View sonowz's full-sized avatar

SoonHo Seo sonowz

View GitHub Profile
@sonowz
sonowz / fix-vscode-remote.nix
Created February 9, 2020 01:38
Fix vscode remote error when doing SSH into NixOS machine
with import <nixpkgs> {};
let
pname = "fix-vscode-remote";
script = pkgs.writeShellScriptBin pname ''
if [ -z "$1" ]; then
echo "Please specify username."
exit 1
fi