nix-community.nixvim/.github
Matt Sturgeon 8e732cfac1
flake/dev: rename nixpkgs input to avoid shadowing
Rename `inputs.nixpkgs` to `inputs.dev-nixpkgs` to avoid shadowing the
root flake's `inputs.nixpkgs`.

Having the dev flake shadow an input can be confusing, since overriding
the root flake's input will have no effect when evaluating outputs that
depend on the dev partition.

The only reason we specify a `nixpkgs` input at all here, is so the
other inputs can follow it.

Once nix 2.26 is more prevalent, we can follow the root flake's inputs
using a `"path:../.."` input.
2025-03-28 04:41:55 +00:00
..
ISSUE_TEMPLATE github/issue template: encourage user to read FAQ before posting a bug report 2024-02-19 08:29:40 +01:00
workflows flake/dev: rename nixpkgs input to avoid shadowing 2025-03-28 04:41:55 +00:00
dependabot.yml ci: add dependabot and track github-actions dependencies 2025-03-11 16:51:06 +01:00
mergify.yml ci(Mergify): configuration update 2024-09-20 12:57:37 +10:00