From d922bbffea47829478fadb78893a4d5568e0e2f9 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 1 Dec 2025 15:40:59 -0800 Subject: [PATCH] flake: bump stable version 25.05 to 25.11 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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";