1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00
Commit graph

3 commits

Author SHA1 Message Date
Matt Sturgeon
2365afc0d5 ci: only build packages on x86_64-linux
As a temporary solution, we only include the `packages` output in the
`ci.buildbot` output on x86_64-linux.

At some point, we should consider explicitly copying each package to
`ci.buildbot`, and maybe omitting some.

Some packages may be better off being built on GHA, such as the docs.
2025-09-07 21:52:23 +00:00
Matt Sturgeon
6c456efc96
flake/ci: re-enable package tests on buildbot 2025-05-30 22:07:23 +01:00
Matt Sturgeon
6d10fc0c87
flake: partition dev dependencies
This removes the need for end-users to manually set
`nixvim.inputs.devshell.follows = ""` (etc)

We offload evaluation of some of our flake modules into a `dev`
partition submodule.
- When its not needed, this submodule is not evaluated.
- When it is needed, it fetches extra inputs from `flake/dev/flake.nix`
  as part of evaluating the submodule.

See https://flake.parts/options/flake-parts-partitions.html
2025-02-23 17:23:57 +00:00