chore(deps): update 24.05 to 24.11

This commit is contained in:
Guz
2025-04-01 10:05:37 -03:00
parent 9edf8d7ca0
commit c807d98a66

View File

@@ -1,12 +1,12 @@
{
description = ".homelab";
description = "homelab";
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";
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};