diff --git a/flake.lock b/flake.lock index e8e3fcf..c598e16 100644 --- a/flake.lock +++ b/flake.lock @@ -128,16 +128,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1764560356, - "narHash": "sha256-M5aFEFPppI4UhdOxwdmceJ9bDJC4T6C6CzCK1E2FZyo=", + "lastModified": 1764522689, + "narHash": "sha256-SqUuBFjhl/kpDiVaKLQBoD8TLD+/cTUzzgVFoaHrkqY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6c8f0cca84510cc79e09ea99a299c9bc17d03cb6", + "rev": "8bb5646e0bed5dbd3ab08c7a7cc15b75ab4e1d0f", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-25.05", + "ref": "nixos-25.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 4433a0f..0dbd2a6 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "My flake for my infrastructure"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.05"; + nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11"; nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable"; nix-minecraft.url = "github:Infinidoge/nix-minecraft"; sops-nix.url = "github:Mic92/sops-nix";