summaryrefslogtreecommitdiff
path: root/Biz/Bild/Sources.json
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-04-23 11:15:17 -0400
committerBen Sima <ben@bsima.me>2021-11-26 13:47:34 -0500
commit5348f71ab93b399482bd3d57ee67651087686013 (patch)
tree9c08582a637d059a3784f4a1d5a9a97ed38bf71f /Biz/Bild/Sources.json
parentd9bf241179ca2a425ae23672d22d21ff644940f3 (diff)
Switch to my nixpkgs fork
This way I can develop on nixpkgs directly, and directly send patches upstream, instead of trying to copy files back and forth and work with overlays. Of course with private stuff that I will never publish, I should use overlays, but that will probably not be very many things, I imagine.
Diffstat (limited to 'Biz/Bild/Sources.json')
-rw-r--r--Biz/Bild/Sources.json29
1 files changed, 9 insertions, 20 deletions
diff --git a/Biz/Bild/Sources.json b/Biz/Bild/Sources.json
index e6b23ca..eaf19ba 100644
--- a/Biz/Bild/Sources.json
+++ b/Biz/Bild/Sources.json
@@ -98,16 +98,17 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
- "branch": "nixos-20.09",
+ "branch": "biz",
"description": "Nix Packages collection",
- "homepage": "https://github.com/NixOS/nixpkgs",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "d105075a1fd870b1d1617a6008cb38b443e65433",
- "sha256": "1jcs44wn0s6mlf2jps25bvcai1rij9b2dil6zcj8zqwf2i8xmqjh",
+ "homepage": "git://simatime.com/nixpkgs.git",
+ "name": "nixpkgs",
+ "owner": "simatime",
+ "repo": "git://simatime.com/nixpkgs.git",
+ "rev": "c8e39e6e43869a845c6dee43f55f2060d7751966",
+ "sha256": "0l0qswvn8d132h771mm1vnqf8fbljg3j0f5yk42qkbcywiymsdlq",
"type": "tarball",
- "url": "https://github.com/NixOS/nixpkgs/archive/d105075a1fd870b1d1617a6008cb38b443e65433.tar.gz",
- "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ "url": "https://simatime.com/archive/nixpkgs/biz/c8e39e6e43869a845c6dee43f55f2060d7751966.tar.gz",
+ "url_template": "https://simatime.com/archive/<name>/<branch>/<rev>.tar.gz"
},
"regex-applicative": {
"branch": "master",
@@ -147,17 +148,5 @@
"type": "tarball",
"url": "https://github.com/haskell-servant/servant-auth/archive/696fab268e21f3d757b231f0987201b539c52621.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
- },
- "wemux": {
- "branch": "master",
- "description": "Multi-User Tmux Made Easy",
- "homepage": "",
- "owner": "zolrath",
- "repo": "wemux",
- "rev": "01c6541f8deceff372711241db2a13f21c4b210c",
- "sha256": "1y962nzvs7sf720pl3wa582l6irxc8vavd0gp4ag4243b2gs4qvm",
- "type": "tarball",
- "url": "https://github.com/zolrath/wemux/archive/01c6541f8deceff372711241db2a13f21c4b210c.tar.gz",
- "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}