Skip to content

Commit 7ed3775

Browse files
committed
chore: fix flake warning
1 parent f572adb commit 7ed3775

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
beancount-language-server = craneLib.buildPackage (commonArgs
8282
// {
8383
inherit cargoArtifacts;
84-
inherit (craneLib.crateNameFromCargoToml {cargoToml = ./crates/lsp/Cargo.toml;}) pname version;
84+
inherit (craneLib.crateNameFromCargoToml {cargoToml = ./Cargo.toml;}) version;
85+
pname = "beancount-language-server";
8586
});
8687
in {
8788
checks = {

0 commit comments

Comments
 (0)