sources: Change sourcehut package to upstream master

It's finally merged! :')

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-11-12 16:15:04 +01:00
parent b8f4dbc92b
commit e40014e357
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7

View file

@ -6,11 +6,12 @@
rev = "3e548066a4e7a896c7d24e1ea105902d5458e417"; # 31-10-2023
};
# TODO: can be removed with next `defaultPkgs` bump
sourcehutPkgs = fetchGit {
name = "nixos-unstable-custom-srht";
url = "https://github.com/christoph-heiss/nixpkgs";
ref = "refs/heads/pkgs/sourcehut";
rev = "88a3d2a0b43e80f9275af1952a9b94b6ddcd88af";
name = "nixos-unstable-srht";
url = "https://github.com/NixOS/nixpkgs";
ref = "refs/heads/master";
rev = "7859adb9d6cf0cd45011148d673660c976c1ee70";
};
homeManager = fetchGit {