dotfiles/.vscode/tasks.json
2024-11-27 11:03:05 -07:00

16 lines
No EOL
431 B
JSON

{
// docs: https://go.microsoft.com/fwlink/?LinkId=733558
"version": "2.0.0",
"tasks": [
{
"label": "NixOS Switch",
"type": "shell",
"command": "sudo nixos-rebuild --flake /home/deprekated/dotfiles?submodules=1 switch",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}