github: remove fetchgit update from flake update workflow
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-21 17:24:26 -04:00
parent 568de63fa1
commit 2700c8af53
2 changed files with 4 additions and 5 deletions

View file

@ -17,11 +17,6 @@ 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 }}

4
update_fetchgit.sh Normal file
View file

@ -0,0 +1,4 @@
#1/bin/bash
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