mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
ci, readme: update stable nixpkgs to 23.11
This commit is contained in:
parent
36524adc31
commit
1098e60e92
3 changed files with 3 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CURRENT_STABLE_CHANNEL: nixpkgs-23.05-darwin
|
CURRENT_STABLE_CHANNEL: nixpkgs-23.11-darwin
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-stable:
|
test-stable:
|
||||||
|
|
2
.github/workflows/update-manual.yml
vendored
2
.github/workflows/update-manual.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build manual
|
- name: Build manual
|
||||||
run: |
|
run: |
|
||||||
nix-build ./release.nix -I nixpkgs=channel:nixpkgs-23.05-darwin -I darwin=. -A manualHTML
|
nix-build ./release.nix -I nixpkgs=channel:nixpkgs-23.11-darwin -I darwin=. -A manualHTML
|
||||||
|
|
||||||
- name: Push update to manual
|
- name: Push update to manual
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -103,7 +103,7 @@ Add the following to `flake.nix` in the same folder as `configuration.nix`:
|
||||||
description = "John's darwin system";
|
description = "John's darwin system";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-23.05-darwin";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-23.11-darwin";
|
||||||
nix-darwin.url = "github:LnL7/nix-darwin";
|
nix-darwin.url = "github:LnL7/nix-darwin";
|
||||||
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue