This commit is contained in:
@@ -10,15 +10,14 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: docker.io/nix/nix:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install Nix
|
- name: Update nix flake lockfile
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
run: |
|
||||||
- name: Update flake.lock
|
env
|
||||||
uses: DeterminateSystems/update-flake-lock@main
|
which nix
|
||||||
with:
|
ls -la
|
||||||
pr-title: "Update flake.lock" # Title of PR to be created
|
nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update
|
||||||
pr-labels: | # Labels to be set on the PR
|
|
||||||
dependencies
|
|
||||||
automated
|
|
||||||
|
|||||||
Reference in New Issue
Block a user