flake: don't make flurry a recursive package (#39)

This commit is contained in:
Noa Aarts 2024-10-23 09:17:50 +02:00 committed by GitHub
parent 8d67fdeb7e
commit 70f018e05b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 18 deletions

View file

@ -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 }}