summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam <30577766+Samasaur1@users.noreply.github.com>2024-12-31 22:29:20 +0000
committerSam <30577766+Samasaur1@users.noreply.github.com>2024-12-31 22:29:22 +0000
commit0680f9e9e1a2861e1513a4ffe5b483130ce736c7 (patch)
tree090cf15c425241231355eff7ea17be42f5d2a201
parent71a3a075e3229a7518d76636bb762aef2bcb73ac (diff)
ci, readme: update stable nixpkgs to 24.11
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 25211d3..94fec9d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
- master
env:
- CURRENT_STABLE_CHANNEL: nixpkgs-24.05-darwin
+ CURRENT_STABLE_CHANNEL: nixpkgs-24.11-darwin
jobs:
test-stable:
diff --git a/README.md b/README.md
index d537327..ba9fa77 100644
--- a/README.md
+++ b/README.md
@@ -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";
};