diff --git a/.forgejo/workflows/flake-lock-update.yaml b/.forgejo/workflows/flake-lock-update.yaml new file mode 100644 index 0000000..e16a772 --- /dev/null +++ b/.forgejo/workflows/flake-lock-update.yaml @@ -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 \ No newline at end of file