Compare commits

...

2 commits

Author SHA1 Message Date
815bb39816
add pkgs.which for CD
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-10-28 15:59:42 +01:00
fdac470f96 rm broken update.yaml (#556)
this pipeline did not work yet, tracked in #65

Reviewed-on: fediversity/fediversity#556
2025-10-28 13:04:17 +01:00
2 changed files with 1 additions and 24 deletions

View file

@ -1,24 +0,0 @@
name: update-dependencies
on:
workflow_dispatch: # allows manual triggering
# FIXME: re-enable when manual run works
# schedule:
# - cron: '0 0 1 * *' # monthly
jobs:
lockfile:
runs-on: native
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Update pins
run: nix-shell --run "npins --verbose update"
- name: Create PR
uses: https://github.com/KiaraGrouwstra/gitea-create-pull-request@f9f80aa5134bc5c03c38f5aaa95053492885b397
with:
remote-instance-api-version: v1
token: "${{ secrets.DEPLOY_KEY }}"
branch: npins-update
commit-message: "npins: update sources"
title: "npins: update sources"

View file

@ -59,6 +59,7 @@ in
};
in
[
pkgs.which
pkgs.npins
pkgs.nil
(pkgs.callPackage "${sources.agenix}/pkgs/agenix.nix" { })