From 8bbf740057a8630ec3bb77158cc6226b48defc9f Mon Sep 17 00:00:00 2001 From: VSinerva Date: Mon, 9 Jun 2025 03:13:48 +0300 Subject: [PATCH] Add .forgejo/workflows/flake-lock-update.yaml --- .forgejo/workflows/flake-lock-update.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .forgejo/workflows/flake-lock-update.yaml 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