Skip to content

Commit 36ecd22

Browse files
committed
chore: update to 24.11
1 parent b32a46a commit 36ecd22

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<br>
99
</p>
1010

11-
[![nixos 24.05](https://img.shields.io/badge/NixOS-24.05-blue.svg?&logo=NixOS&logoColor=white)](https://nixos.org)
11+
[![nixos 24.11](https://img.shields.io/badge/NixOS-24.11-blue.svg?&logo=NixOS&logoColor=white)](https://nixos.org)
1212
[![blog post](https://img.shields.io/badge/blog%20post-snazzy-purple.svg)](https://chengeric.com/homelab?gh)
1313
![stars](https://img.shields.io/github/stars/eh8/chenglab?logo=github&style=flat&color)
1414

@@ -17,7 +17,7 @@
1717
This repo contains the Nix configurations for my homelab, AMD Ryzen desktop, M1
1818
MacBook Air, and work WSL setup.
1919

20-
- ❄️ Nix flakes handle upstream dependencies and track latest stable release of Nixpkgs (currently 24.05)
20+
- ❄️ Nix flakes handle upstream dependencies and track latest stable release of Nixpkgs (currently 24.11)
2121
- 🏠 [home-manager](https://github.com/nix-community/home-manager) manages
2222
dotfiles
2323
- 🍎 [nix-darwin](https://github.com/LnL7/nix-darwin) manages MacBook

flake.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
description = "chenglab";
33

44
inputs = {
5-
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
5+
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
66
impermanence.url = "github:nix-community/impermanence";
77

88
home-manager = {
9-
url = "github:nix-community/home-manager/release-24.05";
9+
url = "github:nix-community/home-manager/release-24.11";
1010
inputs.nixpkgs.follows = "nixpkgs";
1111
};
1212

modules/home-manager/_packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
sops
5353
statix
5454
stripe-cli
55+
wrangler
5556
zola
5657
]
5758
else []

0 commit comments

Comments
 (0)