We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b1f47 commit f0f91bbCopy full SHA for f0f91bb
1 file changed
pkgs/by-name/ni/nimlsp/package.nix
@@ -3,17 +3,9 @@
3
buildNimPackage,
4
fetchFromGitHub,
5
srcOnly,
6
- nim-2_0,
7
- nim-unwrapped-2_0,
+ nim-unwrapped,
8
}:
9
-
10
-let
11
- buildNimPackage' = buildNimPackage.override {
12
- # Do not build with Nim-2.2.x.
13
- nim2 = nim-2_0;
14
- };
15
-in
16
-buildNimPackage' (finalAttrs: {
+buildNimPackage (finalAttrs: {
17
pname = "nimlsp";
18
version = "0.4.6";
19
@@ -40,7 +32,7 @@ buildNimPackage' (finalAttrs: {
40
32
41
33
nimFlags = [
42
34
"--threads:on"
43
- "-d:explicitSourcePath=${srcOnly nim-unwrapped-2_0}"
35
+ "-d:explicitSourcePath=${srcOnly nim-unwrapped}"
44
36
"-d:tempDir=/tmp"
45
37
];
46
38
0 commit comments