Commit Graph

86 Commits

Author SHA1 Message Date
Richard Feldman
a62234cb0b
Delete some trailing spaces 2024-02-13 19:49:23 -05:00
Anton-4
4dbda48de7
update nix revision 2023-12-26 19:08:40 +01:00
Anton-4
cf96010543
update to basic-cli 0.7.1 2023-12-23 16:54:59 +01:00
John Murray
e853d3b5ac
support nix run and add basic doc 2023-12-14 18:37:58 -05:00
John Murray
23de67915c
add basic flake template to use roc in another project 2023-12-14 18:37:58 -05:00
Brendan Hansknecht
e336aa525c
Merge pull request #6062 from JRMurr/div-0-should-crash
Update zig `@panic` calls to `roc_panic` for numeric errors
2023-12-05 12:28:47 -08:00
Brendan Hansknecht
fc09c3b002
remove debugir 2023-12-04 13:50:53 -08:00
Anton-4
590140f182
Revert "Merge pull request #6113 from JRMurr/nix-build-file-sets"
This reverts commit f7841f0d1c, reversing
changes made to b4506a4dac.
2023-12-01 18:48:12 +01:00
John Murray
5fe99e1ada
flake update 2023-11-28 22:10:18 -05:00
John Murray
4fe4041dc0
remove node from dev shell 2023-11-24 10:07:27 -05:00
John Murray
c9e1456fc4
fix formatting in flake 2023-11-24 10:07:26 -05:00
John Murray
191752e979
add zls to flake 2023-11-24 10:07:26 -05:00
John Murray
737d766841
add node to dev inputs 2023-11-24 10:07:26 -05:00
Anton-4
2233ba470b
minor changes 2023-11-17 17:04:40 +01:00
John Murray
3509d6c666
don't use flakehub input for flake-compat and update a comment 2023-11-15 23:30:15 -05:00
John Murray
07e06e60f5
setup sub package builds 2023-11-15 20:16:57 -05:00
John Murray
3179773d90
use callPackageWith to cleanup some logic 2023-11-15 20:16:57 -05:00
John Murray
81cd92f3fe
add in default nix at repo root that calls flake for build 2023-11-15 20:16:57 -05:00
John Murray
f64766f625
refactor nix build logic to reduce duplication 2023-11-15 20:16:57 -05:00
John Murray
9aae70c91f
run fmt 2023-11-15 20:16:57 -05:00
Brendan Hansknecht
077672b058
update llvm and zig version in all locations 2023-10-23 13:50:32 -07:00
Brendan Hansknecht
0aaf8ebf8a
update flake to zig 0.11 and llvm-16 2023-10-23 13:50:30 -07:00
Anton-4
f078204c1f
rust 1.71.1 upgrade 2023-09-26 12:08:16 +02:00
Anton-4
0e5c55aeb4
Merge pull request #5837 from roc-lang/aarch64-linux-nix
arm64 linux nix CI workflow
2023-09-26 08:32:06 +02:00
Anton-4
6b5ccb5377
dectools fixed LLVM_SYS_130_PREFIX missing 2023-09-23 17:54:55 +02:00
Anton-4
e08b72e41c
arm64 linux nix workflow 2023-09-20 15:00:34 +02:00
Brendan Hansknecht
103641c955
Merge pull request #5803 from roc-lang/nix-flake-llvm-version
Remove duplicate references to llvm package version number
2023-09-15 12:55:56 +00:00
Brendan Hansknecht
c5484285b3
remove duplicate references to llvm package version number 2023-09-13 16:57:10 -07:00
Anton-4
a0e1243c9e
do gen test with nextest 2023-09-13 20:27:00 +02:00
Anton-4
a3c32f3bf7
Merge branch 'main' of github.com:roc-lang/roc into remove-editor 2023-09-12 14:35:50 +02:00
Anton-4
99cfd1fe92
removed editor, ast, markup crate 2023-09-11 16:40:52 +02:00
pinage404
7d32002ee7 ensure to have only once version of Nix Flakes depenencies 2023-09-07 01:13:43 +02:00
Anton-4
8acaf6811f
add libcurl for wasm
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 16:23:52 +02:00
Anton-4
ec3bcb33f6
fmt, clippy, nix aliases fix 2023-08-08 20:03:21 +02:00
Anton-4
387b6927d5
libgcc_s.so.1 fix #5732 2023-08-08 19:55:38 +02:00
Anton-4
f2137c90ab
upgrade to rust 1.70.0 2023-07-25 17:44:46 +02:00
Kadin Sayani
6e619322d7 Added aliases for clippy and fmt to flake.nix 2023-07-18 16:10:51 -06:00
Anton-4
03c517dcfc
resurrecting previous nix changes 2023-07-10 18:46:41 +02:00
Anton-4
4e3953bc30
use nix commit with rust 1.66 2023-04-28 19:57:22 +02:00
Anton-4
acadbeda3e
trying older commit 2023-04-26 16:42:44 +02:00
Anton-4
9519f303c8
trying latest nix commit 2023-04-26 16:34:30 +02:00
Anton-4
48cbdb731f
pinned criterion, trying different nix commit 2023-04-26 16:29:02 +02:00
Anton-4
a97f877f85
actually use a recent nixpkgs 2023-04-25 18:38:15 +02:00
itmuckel
cc70413e05
Add github style links to docs sections 2023-03-20 19:53:31 +01:00
Anton-4
091e043168
removed rodio and deps 2023-02-21 15:38:11 +01:00
Shritesh Bhattarai
ebfee4fe12 Add nix wasm32-unknown-unknown target and wasm-pack input 2023-01-29 07:09:27 -08:00
Folkert
12aca5eb11
remove cargo bindgen as a dependency
we needed this for wasm3, but that is not longer a dependency, so we don't need bindgen (directly) any more
2022-12-18 21:22:14 +01:00
Anton-4
e56941dd07
added webiste view instructions 2022-12-14 19:37:07 +01:00
Anton-4
6b294bed81
Merge branch 'main' into benchmarks-to-nix
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-18 13:43:09 +02:00
Anton-4
54ad5d3416
moved benchmarks to nix 2022-10-17 17:40:35 +02:00