Skip to content

Commit

Permalink
GitHub Actions: disable nixpkgs-unstable buil
Browse files Browse the repository at this point in the history
  • Loading branch information
ezKEa committed Jan 28, 2024
1 parent 4c5041e commit c06cf40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- ezkea
nixpkgs:
- nixos-unstable
- nixpkgs-unstable
# - nixpkgs-unstable
- nixos-23.11
- pinned

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- ezkea
nixpkgs:
- nixos-unstable
- nixpkgs-unstable
# - nixpkgs-unstable
- nixos-23.11
- pinned
package:
Expand Down Expand Up @@ -215,10 +215,10 @@ jobs:
name: "${{ matrix.package }}-nixos-unstable-success.artifact"
path: "${{ matrix.package }}-nixos-unstable-success.artifact"

- uses: actions/download-artifact@v4
with:
name: "${{ matrix.package }}-nixpkgs-unstable-success.artifact"
path: "${{ matrix.package }}-nixpkgs-unstable-success.artifact"
# - uses: actions/download-artifact@v4
# with:
# name: "${{ matrix.package }}-nixpkgs-unstable-success.artifact"
# path: "${{ matrix.package }}-nixpkgs-unstable-success.artifact"

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit c06cf40

Please sign in to comment.