Add .forgejo/workflows/flake-lock-update.yaml
All checks were successful
/ flake-lock-update (push) Successful in 29s
All checks were successful
/ flake-lock-update (push) Successful in 29s
This commit is contained in:
parent
02646e3692
commit
8bbf740057
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/flake-lock-update.yaml
Normal file
8
.forgejo/workflows/flake-lock-update.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue