nix-community.nixvim/.github/workflows
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
..
build_documentation.yml ci: drop 24.05 support 2025-01-19 10:32:11 +00:00
flakehub-publish-rolling.yml ci: switch to actions/checkout@v4 2023-11-23 15:05:58 +01:00
flakestry-publish-rolling.yml ci/flakestry: debugging 2024-03-19 14:56:02 +01:00
update-other.yml ci/update-other: use a job matrix 2025-01-25 18:42:17 +00:00
update.yml flake: partition dev dependencies 2025-02-23 17:23:57 +00:00