From d92cbc47676e304e5659504fedcdf12bfb201bfd Mon Sep 17 00:00:00 2001 From: Matthew Kenigsberg Date: Mon, 27 May 2024 10:46:46 -0600 Subject: [PATCH] Don't need nix-channel --update This was dropped in 7cbb6298f14768e844318bf32652bf084d8cfb30 --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ecb0dd27..69f6ace4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,6 @@ jobs: - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | - nix-channel --update nixpkgs nix-shell -p hello --command hello nix-env --install hello hello @@ -230,7 +229,6 @@ jobs: - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | - sudo -i nix-channel --update nixpkgs sudo -i nix-shell -p hello --command hello sudo -i nix-env --install hello sudo -i hello @@ -328,7 +326,6 @@ jobs: - name: Test `nix` with `$GITHUB_PATH` if: success() || failure() run: | - nix-channel --update nixpkgs nix-shell -p hello --command hello nix-env --install hello hello