1
0
Fork 0
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:
Sam 2024-12-31 22:29:20 +00:00
parent 71a3a075e3
commit 0680f9e9e1
No known key found for this signature in database
GPG key ID: 07C4B9795517E3B4
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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";
}; };