diff --git a/changelog.d/5-internal/hls-hlint-plugin-workaround b/changelog.d/5-internal/hls-hlint-plugin-workaround new file mode 100644 index 00000000000..b4d8d10b3a9 --- /dev/null +++ b/changelog.d/5-internal/hls-hlint-plugin-workaround @@ -0,0 +1 @@ +Fix broken hls-hlint-plugin in nix env diff --git a/nix/sources.json b/nix/sources.json index 32398b4aebc..55d7283a6ce 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -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///archive/.tar.gz" } }