update to nixos 24.11

This commit is contained in:
Vinzenz Schroeter 2024-11-24 15:16:45 +01:00
parent 96243b2f06
commit 3b10a0f211
9 changed files with 22 additions and 25 deletions

View file

@ -1,8 +1,8 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
lix-module = {