Skip to content

Commit a8e8868

Browse files
author
David Arnold
committed
Revert "nixpkgs: pin to unstable and unpin pre-commit"
This reverts commit bf4b11f. The latest nixpkgs version still breakes things.
1 parent c2ef418 commit a8e8868

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

nix/sources.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,27 @@
3636
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
3737
},
3838
"nixpkgs": {
39-
"branch": "nixpkgs-unstable",
40-
"description": "Nix Packages collection",
41-
"homepage": null,
39+
"branch": "nixos-20.03",
40+
"description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",
41+
"homepage": "https://github.com/NixOS/nixpkgs",
4242
"owner": "NixOS",
4343
"repo": "nixpkgs",
44-
"rev": "2d6cbbe4627f6fe4a179c681537b0a3e4f59b732",
45-
"sha256": "12kh498rfr0yscvzidbgvip3x2zah098nsi6mjj3vfrlz2aximi5",
44+
"rev": "99a3d7a86fce9e9c9f23b3e304d7d2b1270a12b8",
45+
"sha256": "0i40cl3n6600z2lkwrpiy28dcnv2r63fcgfswj91aaf1xfn2chql",
46+
"type": "tarball",
47+
"url": "https://github.com/NixOS/nixpkgs/archive/99a3d7a86fce9e9c9f23b3e304d7d2b1270a12b8.tar.gz",
48+
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
49+
},
50+
"pre-commit": {
51+
"branch": "v2.6.0",
52+
"description": "A framework for managing and maintaining multi-language pre-commit hooks.",
53+
"homepage": "https://pre-commit.com",
54+
"owner": "pre-commit",
55+
"repo": "pre-commit",
56+
"rev": "6fe1702ee106f4d7f4a8ad73550db2145208ef24",
57+
"sha256": "144hcnz8vz07nkx7hk8a3ac822186ardwxa8jnl6s8qvm5ip92f2",
4658
"type": "tarball",
47-
"url": "https://github.com/NixOS/nixpkgs/archive/2d6cbbe4627f6fe4a179c681537b0a3e4f59b732.tar.gz",
59+
"url": "https://github.com/pre-commit/pre-commit/archive/6fe1702ee106f4d7f4a8ad73550db2145208ef24.tar.gz",
4860
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
4961
}
5062
}

0 commit comments

Comments
 (0)