Update to nixos-24.11

This commit is contained in:
Pedro Rey Anca 2024-12-24 00:46:33 +01:00
parent 2c102496f0
commit fa0c0d4a5e
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
9 changed files with 164 additions and 185 deletions

View file

@ -2,7 +2,7 @@
description = "peprolinbot's nixos configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";
@ -11,7 +11,7 @@
fjordlauncher.url = "github:unmojang/FjordLauncher";
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};