Skip to content

Commit

Permalink
#96 - stop setting a channel for nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopedraza committed Feb 18, 2025
1 parent 48d5d51 commit bc30133
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-24.05

- name: Build Site
run: nix-shell --command "make build"
Expand All @@ -45,8 +43,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-24.05

- name: Deploy VSC extension
run: cd vsc-extension && nix-shell --command "make deploy"
Expand Down

0 comments on commit bc30133

Please sign in to comment.