0
2
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2026-07-12 17:00:28 +02:00

flake.nix: bump nixpkgs target from 23.11 -> 25.11

This commit is contained in:
2025-12-09 01:38:41 +09:00
parent a82c7e2d94
commit 700aa1b8a6
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
description = "NixOS modules for matrix related services";
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.11";
nixpkgs.url = "nixpkgs/nixos-25.11";
};
outputs = { self, nixpkgs }: {