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
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:
parent
2c95a3039a
commit
f2b63501c1
3 changed files with 62 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue