From 78ae23519fc72e06b5def5c36f8b6c684cacb6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Thu, 15 Jan 2026 17:55:57 +0100 Subject: [PATCH] Remove nix ci --- .github/workflows/ci.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38553de..06ba3ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,33 +35,3 @@ jobs: fi env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - nix-check: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - uses: cachix/install-nix-action@v30 - - - name: Evaluate Nix package - run: | - nix-instantiate --eval --strict -E 'let pkgs = import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-24.05.tar.gz") {}; in pkgs.callPackage ./nix/imgfloat-client.nix {}' > /dev/null - - debian-package: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - lfs: true - - - uses: actions/setup-node@v4 - with: - node-version: 20 - - - run: npm ci - - - name: Build Debian package - run: npx electron-builder --linux deb --publish=never