chore: upgrade to nixos 25.11

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-12-01 10:23:21 +01:00
parent 03e25b6d01
commit 785e80afb9
Signed by: lander
GPG key ID: 0142722B4B0C536F
2 changed files with 23 additions and 23 deletions

View file

@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
flake-parts.url = "github:hercules-ci/flake-parts";
nixvim.url = "github:nix-community/nixvim";
systems.url = "github:nix-systems/default";