From 49270c12b9f82ddc8bb42dd9b48ff3ca6a85f44e Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Wed, 17 Jan 2024 23:47:24 -0500 Subject: [PATCH] remove detsys stuff, not reproducible --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a07603cf..8abcc545 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,12 +12,12 @@ jobs: os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v3 - - uses: DeterminateSystems/nix-installer-action@main + - uses: cachix/install-nix-action@v22 - uses: DeterminateSystems/magic-nix-cache-action@main - uses: yaxitech/nix-install-pkgs-action@v3 with: inputs-from: ./dev - packages: "nixpkgs#nixci, nix" + packages: "nixpkgs" - run: | nix --version nixci