Commit Graph

23 Commits

Author SHA1 Message Date
Jared Ramirez
66f39e0a92 Update Zig snapshot, Nix Zig version, and Zig install instructions 2021-01-05 15:17:53 -08:00
Jared Ramirez
4504306370 [WIP] Fix str.split allocation 2020-12-02 19:16:17 -08:00
Jared Ramirez
a63a8adf27 Fix nix shell on nixos 2020-11-29 14:10:04 -08:00
Brendan Hansknecht
81c0050683 Fix linking on Aarch64 with nix 2020-11-26 03:06:10 +00:00
Richard Feldman
29c1dc35de
Merge pull request #732 from rtfeldman/aarch64-nix
Enable nix shell on aarch64
2020-11-24 20:19:37 -05:00
Brendan Hansknecht
645e30e204 Update from old nixpkgs-channels to new nixpkgs repo 2020-11-24 00:24:27 -08:00
Brendan Hansknecht
af4fba940b Enable nix shell on aarch64 2020-11-24 06:00:16 +00:00
Brendan Hansknecht
de522c4408 Have all llvm packages in nix shell use the same version reference
Realized that some of the packages where grabbing llvm-7 when it failed
to install on my raspberry pi. Now all llvm packages pull from the same
version and only one number has to change to update the version.
2020-11-19 23:13:57 -08:00
lrosa007
c4a9b57cac feat(shell.nix): group linux only deps 2020-11-11 12:55:00 -05:00
Anton-4
a1491e5a9e nix cleanup, instructions to run editor from nix 2020-11-10 20:03:04 +01:00
Anton-4
06a86246df fixed errors when running repl or editor when using nix 2020-11-10 18:22:11 +01:00
Jared Ramirez
430666a948 Fix cargo clippy 2020-11-07 15:29:53 -06:00
Brendan Hansknecht
0b8bd226ef Add missing requirements for running in pure nix-shell
This also switches from rustup to rustc because we only run on stable
and do not need nightly.
2020-11-04 19:04:12 -08:00
Jared Ramirez
2bbd33bc1a Fix nix shell hook; Add comment 2020-10-28 18:22:54 -07:00
Jared Ramirez
710d1ad629 Add llvm-as alias to nix shell rather then direnv 2020-10-28 18:20:56 -07:00
Jared Ramirez
a3dcf4aa59 Add llvm-as alias 2020-10-28 18:17:58 -07:00
Jared Ramirez
3e0d4cd3c7 Docs & comments cleanup 2020-10-28 11:19:38 -07:00
Jared Ramirez
242eb6f905 Build bitcode with zig 🎉 2020-10-28 09:21:56 -07:00
Jared Ramirez
d82d6b6fe9 Convert builtins to C 2020-10-24 12:22:51 -07:00
Jared Ramirez
5cafbcd5ad Add Num.atan builtin 2020-09-26 19:00:51 -07:00
Jared Ramirez
665c7c7f9f Add Num.floor 2020-09-17 17:44:53 -07:00
Jared Ramirez
d72f88a5b3 Fix nix build issues on MacOS 2020-09-05 13:58:33 -07:00
Stoeffel
1a049e447d setup direnv and nix 2020-01-07 13:36:19 +01:00