1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-06 23:26:04 +02:00
Commit Graph

51 Commits

Author SHA1 Message Date
varris1 3f98891e79
flake.lock: Bump flake inputs to prevent a warning message (#9816) 2024-03-06 00:00:34 +09:00
Evan Richter 455b206a8c
nix: update flake inputs (#8943)
* removed non-existent crane flake input overrides
2023-12-04 01:46:17 +01:00
Michael Davis d6856cfeec
Refactor Nix flake to use crane (#7763)
This resolves a build issue with nci/dream2nix and git dependencies.
We can keep most of the helix-specific parts of the flake, we just need
to switch from configuring nci to calling craneLib functions.

We also switch to flake-utils from flake-parts:

* Using rust-overlay with flake-parts directly is unergonomic
  (see https://github.com/hercules-ci/flake-parts/discussions/83).
* Removing flake-parts reduces the overall dependencies: rust-overlay
  already depends on flake-utils.
2023-07-28 13:30:26 +09:00
Blaž Hrastnik 1e5997dc98
nix: Update flake dependencies 2023-05-11 11:30:46 +09:00
Yusuf Bera Ertan c3c87741d9
build(nix): update flake dependencies, remove deprecated code from flake 2023-04-02 01:58:10 +03:00
Yusuf Bera Ertan 309735aa2d
build(nix): fix devshell 2023-02-25 07:06:30 +03:00
Yusuf Bera Ertan e5af0f1d49
build(nix): update flake to use flake-parts and nci flake-parts module 2023-02-25 06:27:13 +03:00
Yusuf Bera Ertan 03baec8a2d
build(nix): update inputs (#5219) 2022-12-19 17:36:56 -06:00
Yusuf Bera Ertan 48e44720e4
build(nix): don't run tests in builds since CI runs them already, update inputs (#4834) 2022-11-21 09:06:43 -06:00
Matthew Toohey 46eb185d45
build(nix): update nci (#4823) 2022-11-19 19:54:47 -06:00
Blaž Hrastnik 9a898be959
nix: Bump flake dependencies 2022-11-04 21:06:28 +09:00
Yusuf Bera Ertan 3881fef39d
build(nix): update nci, fixup flake (#4537) 2022-10-31 19:52:03 -05:00
Yusuf Bera Ertan 59f7b07c86
build(nix): update flake deps (#3663) 2022-09-03 13:16:34 +09:00
Yusuf Bera Ertan e917a8e0be
build(nix): update nci, refactor flake, seperate wrapping, add source filtering (#3657) 2022-09-02 17:54:07 -05:00
Michael Davis bf1db737d4
nix: update nixCargoIntegration (#2907)
This fixes the aarch64-darwin build - the newer revision uses the
cCompiler override to compile tree-sitter with clang instead of
gcc (which fails).
2022-06-29 17:53:56 +09:00
Yusuf Bera Ertan 8c86cd56cb build(nix): update flake deps, add default.nix file 2022-06-21 17:39:30 -05:00
Yusuf Bera Ertan bb83ea8393
chore(nix): format nix files with alejandra, update deps, minor code refactors (#2683) 2022-06-06 14:24:52 -05:00
Blaž Hrastnik d6865cdca3
nix: bump dependencies 2022-05-24 09:37:17 +09:00
Blaž Hrastnik 7b287f636f
nix: update flake dependencies 2022-05-11 11:02:40 +09:00
Johann Dahm e529ca1b92
Fix build on aarch64-darwin (#1789)
Co-authored-by: Yusuf Bera Ertan <y.bera003.06@protonmail.com>
2022-05-03 17:32:44 -05:00
Michael Davis e01c53551d flake: use builtins.fetchTree to shallow-clone grammar repos
Here we perform a shallow fetch using builtins.fetchTree. In order
to make this work, we need to specify the `ref' for any repository
that doesn't have `master' as its default branch (I'm not sure why
this limitation exists since we don't need this when performing
the shallow fetch in `--grammar build')

This `ref' field is ignored by helix, so I have left it undocumented
for now, but I could be open to documenting it.
2022-03-10 17:31:57 +09:00
Michael Davis f31e85aca4
use latest nix-cargo-integration which depends on dream2nix (#1758)
https://github.com/nix-community/dream2nix is a fairly new and
cool-looking project for adapting upstream package manager outputs
(lockfiles mostly it would seem) for nix.

This should improve the ability to cross-compile. As a more concrete
measure of improvement, `nix flake check' now succeeds 🎉
2022-03-08 14:14:00 +09:00
Erin Kim 0ff3e3ea38
Add `inputs.nixpkgs.follows` to `rust-overlay` in `flake.nix` (#1729)
* add `inputs.nixpkgs.follows` to `rust-overlay`

* Update flake.lock
2022-03-03 10:45:45 +09:00
Blaž Hrastnik e7eab95b94 Update to rust 1.58, fix a bunch of optional lints 2022-01-16 14:19:48 +09:00
Jared Ramirez a2fad4fcb0
Fix Nix flake (#1455) 2022-01-13 09:40:07 +09:00
Blaž Hrastnik 8208d22601 nix: Update flake.lock 2021-12-19 13:46:00 +09:00
Blaž Hrastnik 34f46e7502 Bump rust to 1.57, fix new lint failures 2021-12-03 12:48:07 +09:00
Blaž Hrastnik a45df12699 nix: Update to lld 13, drop flake-compat (was unused) 2021-12-03 10:02:07 +09:00
Blaž Hrastnik 182a59b552 Update to rust 1.56 + 2021 edition 2021-10-22 12:15:18 +09:00
Yusuf Bera Ertan 004c8fd462 chore(nix): update flake inputs and submodule 2021-09-12 20:11:04 +08:00
Blaž Hrastnik 08967baef6 flake: Update dependencies 2021-09-06 10:59:29 +09:00
Blaž Hrastnik 6cd77ef380 nix: Update flake 2021-08-11 10:56:32 +09:00
Blaž Hrastnik b3aefe18cd nix: Update flake 2021-08-03 09:30:51 +09:00
Yusuf Bera Ertan 41f62c3157 build(nix): fix build issues 2021-07-25 19:47:56 +09:00
Yusuf Bera Ertan 6dddd5cd1d build(nix): fetch submodules lazily 2021-06-22 13:29:13 +09:00
Malte Voos 2cbec2b047 Update flake.lock
Closes #302
2021-06-19 17:16:33 +09:00
Yusuf Bera Ertan ca02024199 chore(nix): update nixCargoIntegration input 2021-06-13 23:38:14 +09:00
Yusuf Bera Ertan a3f01503e2 build(nix): use nix-cargo-integration, make shell.nix use flake devshell 2021-06-13 14:46:51 +09:00
Timothy DeHerrera 1a774d61bb Fix flake package 2021-06-10 22:00:53 +09:00
Blaž Hrastnik d5466eddf5 Update flake deps 2021-05-29 23:59:30 +09:00
Blaž Hrastnik dbeae43fbe Bump deps: rust 1.52. 2021-05-07 17:10:27 +09:00
Blaž Hrastnik b6a22e955b Closer to a full flake build via naersk.
Blocked on https://github.com/NixOS/nix/issues/4423, build doesn't see
submodules.
2021-05-03 22:39:53 +09:00
Blaž Hrastnik 5253f40477 nix: Switch to stable rust. 2021-04-09 19:29:01 +09:00
Blaž Hrastnik 4103349be1 Update flake.lock 2021-04-07 16:38:17 +09:00
Blaž Hrastnik 7865ca7ef0 Update flake. 2021-04-01 18:31:07 +09:00
Blaž Hrastnik 4102992c46 Bump deps. 2021-03-01 14:33:02 +09:00
Blaž Hrastnik 41c0d5828f flake: Packaging definition. 2021-02-22 17:02:59 +09:00
Blaž Hrastnik 6dba0516f2 flake: Update deps. 2021-02-12 18:09:45 +09:00
Blaž Hrastnik 755632f231 deps update 2021-02-09 15:40:06 +09:00
Blaž Hrastnik 4b2b62ebc6 Update flake definition. 2021-02-04 17:25:54 +09:00