Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/5-internal/hls-hlint-plugin-workaround
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix broken hls-hlint-plugin in nix env
14 changes: 7 additions & 7 deletions nix/sources.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"nixpkgs": {
"branch": "nixpkgs-unstable",
"description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",
"homepage": "https://github.com/NixOS/nixpkgs",
"owner": "NixOS",
"branch": "hls-hlint-plugin-workaround",
"description": "Wire's fork of NixOS/nixpkgs. Use until HLS > 1.7.0.0 is available in NixOS/nixpkgs",
"homepage": "https://github.com/wireapp/nixpkgs",
"owner": "wireapp",
"repo": "nixpkgs",
"rev": "964d60ff2e6bc76c0618962da52859603784fa78",
"sha256": "1qvs9a59araglrrbzp5zdx81nmjgaxpfp36yl708il0lyqdjawvd",
"rev": "c1f2214fb86c79f577460a3acd1b41ba284178c0",
"sha256": "0hdc53q8xmx6wgcyilxwy450dwhzwakdbbil1hg3vraprr1kpxcp",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/964d60ff2e6bc76c0618962da52859603784fa78.tar.gz",
"url": "https://github.com/wireapp/nixpkgs/archive/c1f2214fb86c79f577460a3acd1b41ba284178c0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}