diff options
author | Ben Sima <ben@bsima.me> | 2022-12-16 09:38:45 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-12-16 09:38:45 -0500 |
commit | 6edd44ebc073c2bc5e299a481c4a8586f5e0158a (patch) | |
tree | d4ca59ee34fb195386c7c342796d547d46a2202d /Biz/Bild | |
parent | 06836d877192add566f1e038462c8bbd05041e1b (diff) |
Switch from master to nixos-22.11
This way I am more likely to hit the cache and not have to build
everything all the time.
Diffstat (limited to 'Biz/Bild')
-rw-r--r-- | Biz/Bild/Sources.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Biz/Bild/Sources.json b/Biz/Bild/Sources.json index a63290f..abd4a1e 100644 --- a/Biz/Bild/Sources.json +++ b/Biz/Bild/Sources.json @@ -86,16 +86,16 @@ "version": "master" }, "nixpkgs": { - "branch": "master", + "branch": "nixos-22.11", "description": "Nix Packages collection", - "homepage": "git://simatime.com/nixpkgs.git", + "homepage": "https://github.com/nixos/nixpkgs", "name": "nixpkgs", "owner": "nixos", "repo": "nixpkgs", - "rev": "8890f3b893ac6fc61723c4fab26294d4040071f9", - "sha256": "0kdnq3xyxqg8c6i9xzxgcb1g6x7shdcihzxmbb1lcrhlpp221d2v", + "rev": "170e39462b516bd1475ce9184f7bb93106d27c59", + "sha256": "0hxmkza8kq5ix8v34pp4405fgjvr3xhmihr75qda33810qvrk5jv", "type": "tarball", - "url": "https://github.com/nixos/nixpkgs/archive/8890f3b893ac6fc61723c4fab26294d4040071f9.tar.gz", + "url": "https://github.com/nixos/nixpkgs/archive/170e39462b516bd1475ce9184f7bb93106d27c59.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "regex-applicative": { |