From 6f8505f1b9652b76dac04f85f9c95aaac6d4486a Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 16 Aug 2024 16:23:25 -0700 Subject: [PATCH] Revert "ci: test building demeter image" This reverts commit ba022c35b7fbb5417417c91efe449d8001570b6c. --- .github/workflows/main.yml | 20 ++++++++++---------- flake.nix | 6 ------ 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d55b590..64b9e50 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,13 +6,13 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v25 - with: - nix_path: nixpkgs=channel:nixos-unstable - - uses: cachix/cachix-action@v14 - with: - name: liminalos - # If you chose API tokens for write access OR if you have a private cache - authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" - - run: nix build .#demeter --accept-flake-config + - uses: actions/checkout@v4 + - uses: cachix/install-nix-action@v25 + with: + nix_path: nixpkgs=channel:nixos-unstable + - uses: cachix/cachix-action@v14 + with: + name: liminalos + # If you chose API tokens for write access OR if you have a private cache + authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + - run: nix build diff --git a/flake.nix b/flake.nix index 0f73c3d..304e4e8 100755 --- a/flake.nix +++ b/flake.nix @@ -190,10 +190,4 @@ ]; }; }; - - nixConfig = { - extra-substituters = ["https://liminalos.cachix.org"]; - extra-trusted-public-keys = ["liminalos.cachix.org-1:GpwgIRFfXwZtZaHA2RPaVGI2ErJKasbb15pkMmQ7dN4="]; - allow-import-from-derivation = "true"; - }; }