nixpkgs/nixos/modules
ivanbrennan 418fda2293
nixos.programs.neovim: fix runtime
When this module was first introduced, it processed the runtime option
in a way that nested the resulting files and directories under an etc
directory.
https://github.com/NixOS/nixpkgs/pull/98506/files#diff-685092dbb1852fbf30857fe3505d25dc471dc79d0f31c466523b5f5822b68127R11-R21

That implementation relied on nixos/modules/system/etc/make-etc.sh, a
script that was later removed.
eb7120dc79

The implementation was updated to use linkFarm, which changed the
behavior slightly, in that the configured files and directories are no
longer automatically nested under an etc directory.
307b1253a7

But the module still configures neovim's runtimepath in a way that
assumes the old nesting behavior.
04f574a1c0/nixos/modules/programs/neovim.nix (L173)

Restore the original behavior, nesting runtime files and directories
under an etc directory.
2023-01-08 16:15:56 -05:00
..
config Merge master into staging-next 2022-12-16 00:02:17 +00:00
hardware treewide: use mkEnableOption in nixos modules 2022-11-10 09:30:00 +01:00
i18n/input-method nixos/*: convert internal option descriptions to MD 2022-08-31 16:32:54 +02:00
installer nixos/installer/netboot-minimal: add missing lib 2022-12-12 09:54:17 +08:00
misc nixos/doc: render option values using lib.generators.toPretty 2022-12-08 17:52:52 +01:00
profiles nixos/modules/profiles/base.nix: add nvme-cli 2022-12-13 15:35:05 +00:00
programs nixos.programs.neovim: fix runtime 2023-01-08 16:15:56 -05:00
security nixos/pam: allow backing the motd with a file 2022-12-15 11:54:26 +01:00
services Merge pull request #200724 from JonathanLorimer/allow-configuration-of-roles 2022-12-18 00:40:57 +01:00
system Merge pull request #172237 from DeterminateSystems/bootspec-rfc 2022-12-17 08:35:53 +00:00
tasks lib.replaceChars: warn about being a deprecated alias 2022-12-15 22:25:51 +02:00
testing nixos/*: convert internal option descriptions to MD 2022-08-31 16:32:54 +02:00
virtualisation Merge pull request #204480 from ncfavier/hv-kvp 2022-12-14 12:03:20 +01:00
module-list.nix nixos/mmsd: init 2022-12-17 17:36:43 +01:00
rename.nix dd-agent: remove 2022-09-14 14:11:14 +02:00