Skip to content

Commit

Permalink
Don't need nix-channel --update
Browse files Browse the repository at this point in the history
This was dropped in 7cbb629
  • Loading branch information
mkenigs committed May 27, 2024
1 parent 9f9899c commit d92cbc4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d92cbc4

Please sign in to comment.