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:
parent
18ac8bb8b8
commit
8aaa0c0910
2 changed files with 83 additions and 72 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue