chore(deps): update nix to nixos-25.05

This commit is contained in:
Renovate Bot 2025-05-22 22:04:34 +00:00
parent 8e3e3cd4fd
commit 2c8ed57963
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -41,16 +41,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1747676747,
"narHash": "sha256-LXkWBVqilgx7Pohwqu/ABxDVw+Cmi5/Mj2S2mpUH0Fw=",
"lastModified": 1747825515,
"narHash": "sha256-BWpMQymVI73QoKZdcVCxUCCK3GNvr/xa2Dc4DM1o2BE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "72841a4a8761d1aed92ef6169a636872c986c76d",
"rev": "cd2812de55cf87df88a9e09bf3be1ce63d50c1a6",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.11",
"ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -5,7 +5,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs = {
url = "github:nixos/nixpkgs/nixos-24.11";
url = "github:nixos/nixpkgs/nixos-25.05";
};
nixpkgs-unstable = {
url = "github:nixos/nixpkgs/nixos-unstable";