feat: upgrade to 24.11

Finally!

Upgrades:

- nixpkgs 24.05 -> 24.11
- home-manager 24.05 -> 24.11
- stylix 24.05 -> master (24.11 not yet released)
This commit is contained in:
Jalil David Salamé Messina 2024-11-20 17:52:48 +01:00
parent 18ac8bb8b8
commit 8aaa0c0910
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 83 additions and 72 deletions

View file

@ -5,7 +5,7 @@
# Flake inputs
inputs = {
nixpkgs.url = "nixpkgs/nixos-24.05";
nixpkgs.url = "nixpkgs/nixos-24.11";
unstable.url = "nixpkgs/nixos-unstable";
# Lix
lix-module = {
@ -17,13 +17,16 @@
};
# Modules
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix/release-24.05";
url = "github:danth/stylix"; # pin to release-24.11 once available
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "lix-module/flake-utils";
systems.follows = "systems";
home-manager.follows = "home-manager";
# disable optional inputs
flake-compat.follows = "";