mirror of
https://github.com/FliegendeWurst/nur-packages.git
synced 2024-11-12 20:23:25 +00:00
Compare commits
No commits in common. "29bcc8543ccf36ebc6076c2eba79d19afc908d88" and "66e3d3edef6731e16b3714b845aa02a5f24e9e55" have entirely different histories.
29bcc8543c
...
66e3d3edef
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -35,13 +35,13 @@ jobs:
|
||||
nixPath:
|
||||
# - nixpkgs=channel:nixos-unstable
|
||||
# - nixpkgs=channel:nixpkgs-unstable
|
||||
- nixpkgs=channel:nixos-23.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@v21
|
||||
uses: cachix/install-nix-action@v20
|
||||
with:
|
||||
nix_path: "${{ matrix.nixPath }}"
|
||||
# nix 2.6 breaks restrict-eval, when using the NIX_PATH
|
||||
|
Loading…
Reference in New Issue
Block a user