diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9760b6ae..016dba9b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -88,8 +88,8 @@ jobs: - name: Build storybook run: yarn build - website-dry-build: - name: Website dry build + website-build: + name: Website build runs-on: ubuntu-latest needs: pre_check if: ${{ needs.pre_check.outputs.should_skip_website != 'true' }} diff --git a/flake.nix b/flake.nix index 155482eb..e803bae7 100644 --- a/flake.nix +++ b/flake.nix @@ -44,12 +44,12 @@ (pkgs.vscode-with-extensions.override { vscode = pkgs.vscodium; vscodeExtensions = pkgs.vscode-utils.extensionsFromVscodeMarketplace [ -# { -# name = "rescript-vscode"; -# publisher = "rescript-lang"; -# version = "1.2.1"; -# # sha256 = "sha256-b0gCaEzt5yAj53oLFZSXSD3bum9J1fYes/uf9+OlUek="; -# } + { + name = "rescript-vscode"; + publisher = "chenglou92"; + version = "1.2.1"; + sha256 = "sha256-7/YakKtJ4WhgAR4rZltrq8g4TtM5QZ2spbrEUrNoXVg="; + } { name = "vim"; publisher = "vscodevim";