Skip to content

Commit

Permalink
chore(vscode): remove explicit hostname from switch rebuild task
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Sep 3, 2024
1 parent 9afaa13 commit 45e12c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"type": "shell",
"command": "nh os switch . -H pc -- --show-trace && echo -e '\\033[1;32m>\\033[0m Done!'",
"command": "nh os switch . -- --show-trace && echo -e '\\033[1;32m>\\033[0m Done!'",
"label": "nix: switch system",
"problemMatcher": [],
"presentation": {
Expand Down

0 comments on commit 45e12c5

Please sign in to comment.