Compare commits

...

4 Commits

Author SHA1 Message Date
FliegendeWurst
1efebecb51
Merge pull request #2 from FliegendeWurst/dependabot/github_actions/cachix/install-nix-action-19 2023-02-06 19:55:45 +01:00
FliegendeWurst
87f9e0da00 Update workflow from template 2023-02-06 19:54:30 +01:00
FliegendeWurst
7afe0b0e45 Update to 22.11 2023-02-06 19:52:20 +01:00
dependabot[bot]
ebd14252e5
Bump cachix/install-nix-action from 18 to 19
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v18...v19)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 18:05:34 +00:00

View File

@ -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 }}"