Skip to content

Commit

Permalink
chore: update to 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
eh8 committed Dec 1, 2024
1 parent b32a46a commit 36ecd22
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<br>
</p>

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

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

- ❄️ Nix flakes handle upstream dependencies and track latest stable release of Nixpkgs (currently 24.05)
- ❄️ Nix flakes handle upstream dependencies and track latest stable release of Nixpkgs (currently 24.11)
- 🏠 [home-manager](https://github.com/nix-community/home-manager) manages
dotfiles
- 🍎 [nix-darwin](https://github.com/LnL7/nix-darwin) manages MacBook
Expand Down
28 changes: 14 additions & 14 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
description = "chenglab";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
impermanence.url = "github:nix-community/impermanence";

home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down
1 change: 1 addition & 0 deletions modules/home-manager/_packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
sops
statix
stripe-cli
wrangler
zola
]
else []
Expand Down

0 comments on commit 36ecd22

Please sign in to comment.