switch docker image to ubuntu-latest and test actions flow
Some checks failed
update-flake-lock / lockfile (push) Failing after 11m56s
Some checks failed
update-flake-lock / lockfile (push) Failing after 11m56s
This commit is contained in:
parent
e3b38cc453
commit
e7940f6177
@ -3,8 +3,13 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: nix
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo ${{gitea}}
|
- name: Checkout repository
|
||||||
- run: echo ${{env}}
|
uses: actions/checkout@v4
|
||||||
|
- name: Install Nix
|
||||||
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
- name: Update flake.lock
|
||||||
|
uses: DeterminateSystems/update-flake-lock@main
|
||||||
|
with:
|
||||||
|
pr-title: "Update flake.lock" # Title of PR to be created
|
||||||
|
@ -239,7 +239,7 @@ in {
|
|||||||
url = "https://git.fuckwit.dev";
|
url = "https://git.fuckwit.dev";
|
||||||
tokenFile = config.sops.secrets."act-runner-token".path;
|
tokenFile = config.sops.secrets."act-runner-token".path;
|
||||||
labels = [
|
labels = [
|
||||||
"nix:docker://nixos/nix:latest"
|
"ubuntu-latest:docker://node:16-bullseye"
|
||||||
];
|
];
|
||||||
# hostPackages = with pkgs; [
|
# hostPackages = with pkgs; [
|
||||||
# bash
|
# bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user