This flake provides a devshell with VSCodium
a hello
executable on PATH
and with a couple of extensions.
Spoiler
- codium-generic - info just about
VSCodium
and extensions. - nix-vscode-extensions (pinned here).
- Prerequisites.
- Troubleshooting
-
Install Nix - see how.
-
In a new terminal, start a devshell:
nix flake new my-project -t github:deemp/flakes#codium-generic cd my-project git init && git add nix develop hello
-
(Optionally) Write
settings.json
and startVSCodium
:nix run .#writeSettings nix run .#codium .
- .markdownlint.jsonc - for
markdownlint
from the extensiondavidanson.vscode-markdownlint
- .envrc - for direnv
- ci.yaml - a generated
GitHub Actions
workflow. See workflows.