inputs: update nixpkgs branch to 25.05

This commit is contained in:
Wroclaw 2025-05-24 08:29:31 +02:00
parent 6712cb63e1
commit 81518b6f0c
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ self = {
updateScript = pkgs.den-http-get-updater {
fileLocation = lockFile;
previousVersion = lock.nixpkgs.revision;
versionUrl = "https://channels.nixos.org/nixos-24.11/git-revision";
versionUrl = "https://channels.nixos.org/nixos-25.05/git-revision";
prefetchList = [{
previousHash = lock.nixpkgs.sha256;
prefetchUrlLocation = {