mirror of
https://github.com/FliegendeWurst/nur-packages.git
synced 2024-11-09 10:50:39 +00:00
Compare commits
3 Commits
66e3d3edef
...
29bcc8543c
Author | SHA1 | Date | |
---|---|---|---|
|
29bcc8543c | ||
|
465e696fd8 | ||
|
5b64b62370 |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -35,13 +35,13 @@ jobs:
|
|||||||
nixPath:
|
nixPath:
|
||||||
# - nixpkgs=channel:nixos-unstable
|
# - nixpkgs=channel:nixos-unstable
|
||||||
# - nixpkgs=channel:nixpkgs-unstable
|
# - nixpkgs=channel:nixpkgs-unstable
|
||||||
- nixpkgs=channel:nixos-22.11
|
- nixpkgs=channel:nixos-23.05
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: cachix/install-nix-action@v20
|
uses: cachix/install-nix-action@v21
|
||||||
with:
|
with:
|
||||||
nix_path: "${{ matrix.nixPath }}"
|
nix_path: "${{ matrix.nixPath }}"
|
||||||
# nix 2.6 breaks restrict-eval, when using the NIX_PATH
|
# nix 2.6 breaks restrict-eval, when using the NIX_PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user