flake: don't make flurry a recursive package (#39)
This commit is contained in:
parent
8d67fdeb7e
commit
70f018e05b
3 changed files with 32 additions and 18 deletions
7
.github/workflows/update.yml
vendored
7
.github/workflows/update.yml
vendored
|
|
@ -11,11 +11,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- run: nix shell nixpkgs#cargo --command cargo update
|
||||
- run: nix shell nixpkgs#git --command git add Cargo.lock
|
||||
- run: nix shell -L nixpkgs#cargo --command cargo update
|
||||
- run: nix shell -L nixpkgs#git --command git add Cargo.lock
|
||||
- name: Check flake
|
||||
uses: DeterminateSystems/flake-checker-action@main
|
||||
- run: nix build
|
||||
- run: nix build -L
|
||||
- name: Update Nix Flake Lock
|
||||
uses: DeterminateSystems/update-flake-lock@main
|
||||
with:
|
||||
|
|
@ -23,3 +23,4 @@ jobs:
|
|||
pr-labels: |
|
||||
dependencies
|
||||
automated
|
||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue