mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
ci: use Nix 2.24.6 for unstable jobs
Includes the Sequoia installer fixes.
This commit is contained in:
parent
bda49fe089
commit
f29c6fc015
1 changed files with 8 additions and 3 deletions
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
|
@ -26,7 +26,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install nix from current unstable channel
|
||||
uses: cachix/install-nix-action@v23
|
||||
uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
install_url: https://releases.nixos.org/nix/nix-2.24.6/install
|
||||
- run: nix-build ./release.nix -I nixpkgs=channel:nixpkgs-unstable -I darwin=. -A tests
|
||||
- run: nix-build ./release.nix -I nixpkgs=channel:nixpkgs-unstable -I darwin=. -A manpages
|
||||
- run: nix-build ./release.nix -I nixpkgs=channel:nixpkgs-unstable -I darwin=. -A examples.simple
|
||||
|
@ -82,8 +84,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install nix from current unstable channel
|
||||
uses: cachix/install-nix-action@v23
|
||||
uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
install_url: https://releases.nixos.org/nix/nix-2.24.6/install
|
||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||
- name: Install nixpkgs-unstable channel
|
||||
run: |
|
||||
|
@ -209,7 +212,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install nix from current unstable channel
|
||||
uses: cachix/install-nix-action@v23
|
||||
uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
install_url: https://releases.nixos.org/nix/nix-2.24.6/install
|
||||
- name: Install nix-darwin
|
||||
run: |
|
||||
mkdir -p ~/.config/nix-darwin
|
||||
|
|
Loading…
Reference in a new issue