mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 17:47:02 +05:30
feat(nix): migrate to Nix Flakes
Fixes SDP-28
This commit is contained in:
parent
ffbc5af2d9
commit
341a85ad5c
6 changed files with 241 additions and 53 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
|||
name: Check Rust code
|
||||
jobs:
|
||||
check:
|
||||
uses: msfjarvis/shared-workflows/.github/workflows/test-rust-project.yml@main
|
||||
with:
|
||||
apt_packages: libxcb-xfixes0-dev libxcb-shape0-dev
|
||||
uses: msfjarvis/shared-workflows/.github/workflows/test-flakes-project.yml@main
|
||||
secrets:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
cachix-token: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue