[maintainer=@mrcjkb, @xBLACKICEx]
Find a file
Marc Jakobi 157b34ee23
flake.lock: Update (#235)
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/306ea70' (2025-12-21)
  → 'github:NixOS/nixpkgs/cfc52a4' (2025-12-23)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/d81285b' (2025-12-22)
  → 'github:oxalica/rust-overlay/2c7510a' (2025-12-23)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 01:18:17 +00:00
.github/workflows ci: build on linux and darwin (#25) 2025-05-11 20:24:28 +02:00
nix build: add zlib for darwin (#24) 2025-05-11 14:06:13 +02:00
.editorconfig nix-build: init 2025-02-24 20:45:54 +01:00
.envrc nix-build: init 2025-02-24 20:45:54 +01:00
.gitignore update .gitignore 2025-02-24 19:35:07 +01:00
flake.lock flake.lock: Update (#235) 2025-12-24 01:18:17 +00:00
flake.nix remove personal caches 2025-04-23 08:52:19 +02:00
LICENSE Initial commit 2025-02-24 19:32:43 +01:00
README.md chore: update + ci workflow to auto-update at midnight (#6) 2025-04-19 17:59:27 +02:00

A Nix flake for rustowl

rustowl requires a very specific nightly Rust toolchain to build. This flake uses rust-overlay to build that toolchain.

This flake provides:

  • A rustowl output, which can be executed with the cargo-owlsp binary.
  • A rustowl-nvim output, with the Neovim plugin.
  • An overlay with the same packages.

Note

PRs for packaging more editor plugins are welcome :)