Change image, update ci flow
Some checks failed
update-flake-lock / lockfile (push) Failing after 15s
Some checks failed
update-flake-lock / lockfile (push) Failing after 15s
This commit is contained in:
@@ -11,13 +11,17 @@ jobs:
|
|||||||
lockfile:
|
lockfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker.io/nixos/nix:latest
|
image: docker.io/nixpkgs/nix:nixos-23.05
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Update nix flake lockfile
|
- name: Update nix flake lockfile
|
||||||
run: |
|
run: |
|
||||||
env
|
git status
|
||||||
which nix
|
|
||||||
ls -la
|
|
||||||
nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update
|
nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update
|
||||||
|
git status
|
||||||
|
git diff
|
||||||
|
git config --global user.name "Gitea Bot"
|
||||||
|
git config --global user.config "gitea@xaked.com"
|
||||||
|
git add flake.lock
|
||||||
|
git commit -m '[Gitea CI]: bump flake.lock versions'
|
||||||
|
|||||||
Reference in New Issue
Block a user