Skip to content

Commit d0595c2

Browse files
fix: update example
Signed-off-by: initialencounter <2911583893@qq.com>
1 parent 66c8638 commit d0595c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/desktop.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
nixpkgs.url = "git+https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git/?ref=nixos-23.11";
44
llonebot = {
55
url = "github:LLOneBot/llonebot.nix"; # nix flake lock --update-input llonebot
6-
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
6+
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
77
};
88
};
99

examples/sandbox.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
nixpkgs.url = "git+https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git/?ref=nixos-23.11";
44
llonebot = {
55
url = "github:LLOneBot/llonebot.nix"; # nix flake lock --update-input llonebot
6-
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
6+
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
77
};
88
};
99

0 commit comments

Comments
 (0)