diff options
author | sterni <sternenseemann@systemli.org> | 2024-04-02T17·48+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2024-04-03T10·34+0000 |
commit | d5e1892d56ed4cb9509b307e22d1ae005bf4e71b (patch) | |
tree | fbbe9c2503e250468bab6ce798fcb7cf5e22db56 /third_party/sources | |
parent | cecb5e295a7ca1d1c8eea273afc9a03434b78cf8 (diff) |
chore(3p/sources): return to a proper nixpkgs channel (unstable-small) r/7841
Change-Id: I27e3cd95ff4320a81cf74ad1a6e08771b7b682c0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11346 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/sources')
-rw-r--r-- | third_party/sources/sources.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json index d66f31f7b18b..b017ee98c040 100644 --- a/third_party/sources/sources.json +++ b/third_party/sources/sources.json @@ -60,15 +60,15 @@ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "nixpkgs": { - "branch": "staging-next", + "branch": "nixos-unstable-small", "description": "Nix Packages collection", "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b4bf622e464f47c69fefb43746c531044b630d59", - "sha256": "0k35khcx03rfr9l997mmmmya78c2rqcg4kflmdgkfyz73v0lllaa", + "rev": "5476cea4892cedbf6f8bbebdb93ba07e3f5f5e38", + "sha256": "104mp8ns65jyfaghj6i9vksxp58bmcvfgmr9lrm7c5x96wldkfzk", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/b4bf622e464f47c69fefb43746c531044b630d59.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/5476cea4892cedbf6f8bbebdb93ba07e3f5f5e38.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "nixpkgs-stable": { |