From 551f9b37042282c7a57ea807f59a314ec7468409 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 1 Dec 2024 23:39:07 +0100 Subject: [PATCH] Update for 24.11 --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index a5c8af36..6dd80abc 100644 --- a/flake.nix +++ b/flake.nix @@ -2,16 +2,16 @@ description = "NixOS System Config"; inputs = { # Stable Packages - nixpkgs.url = "nixpkgs/nixos-24.05"; + nixpkgs.url = "nixpkgs/nixos-24.11"; # Unstable Packages nixpkgs-unstable.url = "nixpkgs/nixos-unstable"; # home-manager - Dotfile mnagement - add /master at the end to pull from master - home-manager.url = "github:nix-community/home-manager/release-24.05"; + home-manager.url = "github:nix-community/home-manager/release-24.11"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # Nix colorizer / themer - stylix.url = "github:danth/stylix/release-24.05"; + stylix.url = "github:danth/stylix/release-24.11"; # nixvim - neovim configuration management in nix - nixvim.url = "github:nix-community/nixvim/nixos-24.05"; + nixvim.url = "github:nix-community/nixvim/nixos-24.11"; # lanzaboote - Secureboot Configuration lanzaboote.url = "github:nix-community/lanzaboote"; lanzaboote.inputs.nixpkgs.follows = "nixpkgs";