Skip to content

Commit 13203e3

Browse files
redxtechSaghen
authored andcommitted
fix: update package build dir to cmp/fuzzy
1 parent bf76a01 commit 13203e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

flake.nix

+2-4
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
cargo = toolchain;
3939
rustc = toolchain;
4040
};
41-
in nearskLib.buildPackage { src = ./lua/blink/fuzzy; };
42-
43-
default = self'.packages.fuzzy;
41+
in nearskLib.buildPackage { src = ./lua/blink/cmp/fuzzy; };
4442
};
4543

4644
# define the default dev environment
@@ -52,7 +50,7 @@
5250
channel = "nightly";
5351
};
5452

55-
packages = [ config.packages.default pkgs.gnumake ];
53+
packages = [ config.packages.fuzzy pkgs.gnumake ];
5654

5755
scripts.build.exec = "make";
5856
};

0 commit comments

Comments
 (0)