From 7f11415c8fb0a6cfc19009bfb807e9defa15e59e Mon Sep 17 00:00:00 2001 From: clan-tool Date: Thu, 4 Sep 2025 07:39:48 +0200 Subject: [PATCH] and awaaaaaay we go --- .forgejo/workflows/action.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 20e02b7..de49be2 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -9,17 +9,16 @@ on: jobs: hello: name: Print hello world - runs-on: default + runs-on: ubuntu steps: - - name: Install deps - run: nix-shell -p nodejs_24 - # run: nix-env -iA nixos.nodejs_24 - - - run: whoami - - run: . /nix/var/nix/profiles/default/etc/profile.d/nix.sh - - run: nix-env -qa - - run: node -v - - uses: actions/checkout@v4 + - name: Install deps + use: https://github.comm/cachix/install-nix-action@6f18c7d1a145e4641d9782bead417bfdf850680b + + - run: whoami + - run: node -v + - run: nix --version + + - run: nix flake check \ No newline at end of file