mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-06 16:57:08 +00:00
ci, readme: update stable nixpkgs to 24.11
This commit is contained in:
parent
71a3a075e3
commit
0680f9e9e1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CURRENT_STABLE_CHANNEL: nixpkgs-24.05-darwin
|
CURRENT_STABLE_CHANNEL: nixpkgs-24.11-darwin
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-stable:
|
test-stable:
|
||||||
|
|
|
@ -57,7 +57,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-24.05-darwin";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-24.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…
Add table
Reference in a new issue