mirror of
https://github.com/FliegendeWurst/nur-packages.git
synced 2024-11-09 10:50:39 +00:00
Compare commits
4 Commits
28c1e75c00
...
1efebecb51
Author | SHA1 | Date | |
---|---|---|---|
|
1efebecb51 | ||
|
87f9e0da00 | ||
|
7afe0b0e45 | ||
|
ebd14252e5 |
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -35,18 +35,17 @@ jobs:
|
||||
nixPath:
|
||||
# - nixpkgs=channel:nixos-unstable
|
||||
# - nixpkgs=channel:nixpkgs-unstable
|
||||
- nixpkgs=channel:nixos-22.05
|
||||
- nixpkgs=channel:nixos-22.11
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v18
|
||||
uses: cachix/install-nix-action@v19
|
||||
with:
|
||||
nix_path: "${{ matrix.nixPath }}"
|
||||
# nix 2.6 breaks restrict-eval, when using the NIX_PATH
|
||||
# see https://github.com/NixOS/nix/issues/5980
|
||||
install_url: https://releases.nixos.org/nix/nix-2.5.1/install
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
@ -74,4 +73,4 @@ jobs:
|
||||
- name: Trigger NUR update
|
||||
# Don't replace <YOUR_REPO_NAME> here!
|
||||
if: ${{ matrix.nurRepo != '<YOUR_REPO_NAME>' }}
|
||||
run: curl -XPOST "https://nur-update.herokuapp.com/update?repo=${{ matrix.nurRepo }}"
|
||||
run: curl -XPOST "https://nur-update.nix-community.org/update?repo=${{ matrix.nurRepo }}"
|
||||
|
Loading…
Reference in New Issue
Block a user