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