diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index b92ed7b..3ac7bf2 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -2,9 +2,9 @@ on: [push] # schedule: # - cron: '@yearly' jobs: - test: + Flake-test: runs-on: nixos-latest steps: - - run: nix --extra-experimental-features nix-command shell nixpkgs#nodejs-slim + - run: nix --extra-experimental-features 'nix-command flakes' shell nixpkgs#nodejs-slim - uses: https://code.forgejo.org/actions/checkout@v4 - run: cat flake.nix \ No newline at end of file