diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 109cc80..f910b45 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -20,8 +20,7 @@ jobs: nix \ --extra-experimental-features nix-command \ --extra-experimental-features flakes \ - nix profile install flake:nixpkgs#legacyPackages.x86_64-linux.devenv --priority 6 \ - profile install nixpkgs#devenv + profile install nixpkgs#devenv --priority 4 - run: devenv shell pnpm install - run: devenv shell pnpm lint - run: devenv shell pnpm build