docs: update README with module usage, add binary cache configuration to flake, and fix typo in vscode-insiders workflow
All checks were successful
CI / check (push) Successful in 5s
CI / list-packages (push) Successful in 2s
CI / build (default) (push) Successful in 4s
CI / build (helium) (push) Successful in 4s
CI / build (helium-sync) (push) Successful in 3s
CI / build (pjsk-cursor) (push) Successful in 3s
CI / build (vscode-insiders) (push) Successful in 5s
CI / build (waterfox-bin) (push) Successful in 4s
CI / build (xcursor-mizuki) (push) Successful in 3s

This commit is contained in:
암냥 2026-05-08 05:27:03 +09:00
commit f2b63501c1
No known key found for this signature in database
3 changed files with 62 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Check for new vscode-insiderss release
- name: Check for new vscode-insiders release
id: check
run: |
source /etc/bashrc
@ -56,7 +56,7 @@ jobs:
if: steps.check.outputs.updated == 'true'
run: |
source /etc/bashrc
NIXPKGS_ALLOW_UNFREE=1 nix build .#vscode-insiderss
NIXPKGS_ALLOW_UNFREE=1 nix build .#vscode-insiders
- name: Create Pull Request
if: steps.check.outputs.updated == 'true'