Add .forgejo/workflows/flake-lock-update.yaml
All checks were successful
/ flake-lock-update (push) Successful in 29s

This commit is contained in:
Vili Sinervä 2025-06-09 03:13:48 +03:00
parent 02646e3692
commit 8bbf740057

View file

@ -0,0 +1,8 @@
on: [push]
jobs:
flake-lock-update:
runs-on: nixos-latest
steps:
- run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim
- uses: https://code.forgejo.org/actions/checkout@v4
- run: cat flake.nix