1
1
mirror of https://github.com/oxalica/nil.git synced 2024-10-27 04:19:40 +03:00
Commit Graph

29 Commits

Author SHA1 Message Date
oxalica
944d5c3355 Remove nix from the default devShell 2023-02-14 23:54:14 +08:00
oxalica
4dd931f460 Enforce clippy::semicolon_if_nothing_returned 2023-02-14 23:54:14 +08:00
oxalica
d066d67ad2 Forbid todo! 2023-02-10 04:39:11 +08:00
oxalica
f1c2dbc857 Use argh and simplify version embedding 2023-01-28 22:29:26 +08:00
oxalica
3f84b783d3 Exclude gdb for unsupported platforms 2023-01-19 15:35:03 +08:00
oxalica
07543e5de8 Update rust toolchain to 1.66 2023-01-19 14:40:02 +08:00
oxalica
893ae1f63f Use pre-commit from Nix shell for CI style check 2023-01-01 05:48:55 +08:00
oxalica
f1304942e3 Fix rust 1.64 compatibility
nixpkgs still have rust 1.64 on master.
2022-11-24 19:20:42 +08:00
oxalica
f4cdc1a106 Remove heavy commands from pre-commit hook 2022-11-23 20:08:58 +08:00
oxalica
4216d2a60d Update dependencies 2022-10-04 02:11:25 +08:00
oxalica
d2a22b8460 Add config for vim-lsp 2022-09-28 18:17:33 +08:00
oxalica
f535de51d1 Impl file formatting via external command
Fixes #12
2022-09-26 15:54:01 +08:00
janabhumi
4c77fa90ef Add overlays to flake
Closes #17
2022-09-25 17:14:20 +08:00
oxalica
193c3239ce Include vscodium only for supported platforms 2022-09-24 23:48:29 +08:00
oxalica
fdc550facf Add test env and fix README for vscod{e,ium} + Nix IDE 2022-09-24 17:57:05 +08:00
oxalica
aa69e25c93 Build and test all crates in drv 2022-09-22 21:38:55 +08:00
oxalica
c71d4b7070 Fix build and show hints when nix is not found 2022-09-22 21:30:19 +08:00
oxalica
cf182a8ca4 Generate builtins from Nix 2022-09-22 18:26:56 +08:00
oxalica
dabcd8b962 Burn version information in binary 2022-09-06 02:30:24 +08:00
oxalica
5bdf49686c Refactor workspace layout 2022-09-06 01:54:33 +08:00
oxalica
b72dbad803 Add test environment for coc.nvim 2022-09-06 01:26:22 +08:00
oxalica
846b694203 Tweak pre-commit hook and remove dbg!() 2022-09-05 18:34:26 +08:00
oxalica
38f6c12812 Update flake and add pre-commit hook 2022-09-04 04:53:31 +08:00
oxalica
a28eae65a8 Respect gitignore and fix root-dir detection of nvim 2022-08-12 20:11:33 +08:00
oxalica
f5d4fc9ee8 Enable backtrace and use debug build for testing 2022-08-10 18:06:15 +08:00
oxalica
874edff5b3 Setup coverage test for parser and fix 2022-08-09 17:01:01 +08:00
oxalica
9f9dc6a9ae Setup fuzzer for parser 2022-08-09 15:55:23 +08:00
oxalica
83e2d113dd Fix flake and avoid name clash 2022-08-04 19:58:17 +08:00
oxalica
bca921c5c0 Package as flake 2022-08-04 16:09:20 +08:00