github: update flake-update.yaml
Some checks are pending
flakehub / flakehub-publish (push) Waiting to run
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-07-20 21:31:17 -04:00
parent 81b9eee530
commit 8ab24aa7f7

View file

@ -17,6 +17,11 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Update fetchGit repos
run: |
nix run nixpkgs#update-nix-fetchgit -- homeManagerModules/desktop/default.nix
nix run nixpkgs#update-nix-fetchgit -- homes/aly/firefox/default.nix
nix run nixpkgs#update-nix-fetchgit -- homes/aly/mail/default.nix
- uses: DeterminateSystems/update-flake-lock@main
with:
token: ${{ secrets.FLAKE_UPDATE_PAT }}