From b389aa3b14120ab1a57e8405442190e011aa2d79 Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Thu, 24 Mar 2022 14:21:54 -0400 Subject: [PATCH] codium builds with rescript mode --- .github/workflows/ci.yaml | 4 ++-- flake.nix | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) 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";