Skip to content

Commit

Permalink
ci, readme: update stable nixpkgs to 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Samasaur1 committed Dec 31, 2024
1 parent 71a3a07 commit 0680f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

env:
CURRENT_STABLE_CHANNEL: nixpkgs-24.05-darwin
CURRENT_STABLE_CHANNEL: nixpkgs-24.11-darwin

jobs:
test-stable:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Add the following to `flake.nix` in the same folder as `configuration.nix`:
description = "John's darwin system";
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.inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down

0 comments on commit 0680f9e

Please sign in to comment.