Skip to content

Commit 4580f45

Browse files
committed
updates
Signed-off-by: Jess Frazelle <github@jessfraz.com>
1 parent 47339e8 commit 4580f45

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
pname = "zoo";
7878
version = "0.1.0";
7979
release = true;
80-
81-
src = ./rust;
80+
src = ./../;
8281

8382
buildInputs = [pkgs.openssl pkgs.pkg-config];
8483
};

tests/parse_error.kcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const part001 = startSketchAt([0.0000000000, 5.0000000000])
1+
part001 = startSketchAt([0.0000000000, 5.0000000000])
22
|> line([0.4900857016, -0.0240763666], %)
33
|> line([0.6804562304, 0.9087880491], %)
44
|> line([0.5711661314, -0.1430696680], %)

0 commit comments

Comments
 (0)