diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index dba8a8b24..86e2c23f1 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -26,5 +26,6 @@ jobs: - uses: actions/checkout@v4 - name: Check nix flake run: nix flake check -L - - name: Build nix package - run: nix build -L + # Disabled until https://github.com/Nix-QChem/NixOS-QChem/issues/513 is fixed + # - name: Build nix package + # run: nix build -L