Merge pull request #1488 from NixOS/nixpkgs-25.05

flake.lock: Update Nixpkgs to 25.05
This commit is contained in:
John Ericson 2025-05-26 01:11:40 +00:00 committed by GitHub
commit de3646cb13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -35,16 +35,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1745408698,
"narHash": "sha256-JT1wMjLIypWJA0N2V27WpUw8feDmTok4Dwkb0oYXDS4=",
"lastModified": 1748124805,
"narHash": "sha256-8A7HjmnvCpDjmETrZY1QwzKunR63LiP7lHu1eA5q6JI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "eea3403f7ca9f9942098f4f2756adab4ec924b2b",
"rev": "db1aed32009f408e4048c1dd0beaf714dd34ed93",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.11-small",
"ref": "nixos-25.05-small",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -1,7 +1,7 @@
{
description = "A Nix-based continuous build system";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11-small";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05-small";
inputs.nix = {
url = "github:NixOS/nix/2.28-maintenance";