We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47339e8 commit 4580f45Copy full SHA for 4580f45
flake.nix
@@ -77,8 +77,7 @@
77
pname = "zoo";
78
version = "0.1.0";
79
release = true;
80
-
81
- src = ./rust;
+ src = ./../;
82
83
buildInputs = [pkgs.openssl pkgs.pkg-config];
84
};
tests/parse_error.kcl
@@ -1,4 +1,4 @@
1
-const part001 = startSketchAt([0.0000000000, 5.0000000000])
+part001 = startSketchAt([0.0000000000, 5.0000000000])
2
|> line([0.4900857016, -0.0240763666], %)
3
|> line([0.6804562304, 0.9087880491], %)
4
|> line([0.5711661314, -0.1430696680], %)
0 commit comments