wip
All checks were successful
Build and push nixos-based docker container / build (push) Successful in 14s
Update flake lock / build (push) Successful in 3s

This commit is contained in:
James Andariese 2024-08-04 00:17:08 -05:00
parent e536852b47
commit 8b09ecbf0e
2 changed files with 6 additions and 3 deletions

View File

@ -3,6 +3,9 @@ on:
schedule:
- cron: '* * * * *'
permissions:
contents: write
jobs:
build:
runs-on: nix
@ -12,11 +15,11 @@ jobs:
with:
fetch-depth: 0
- run: |-
git config --local --add user.email localadmin@strudelline.net
git config --local --add user.email james@strudelline.net
git config --local --add user.name 'Gitea Actions'
git pull
nix flake update
if ! git commit -m "Flake updates for $(date)";then
if ! git commit -m "Flake updates for $(date)" -a;then
echo "no updates to commit"
exit 0
fi

View File

@ -7,7 +7,7 @@ entrypoint = pkgs.writeShellApplication {
runtimeInputs = with pkgs; with nodePackages; [
node-red
ungoogled-chromium
#ungoogled-chromium
];
text = ''