1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-25 19:51:06 +01:00
nixvim/wrappers
Matt Sturgeon 3426dd04bb wrappers: use flake-locked lib instead of host's
Previously, we constructed Nixvim's extended lib from the host
configuration's lib.

Naïvely, this potentially allowed fetching fewer Nixpkgs revisions and
instantiating fewer lib instances. However, it also means our `lib`
interface is unstable, especially when the host configuration is using a
different Nixpkgs release to Nixvim.
2025-11-24 01:13:34 +00:00
..
modules modules/nixpkgs: warn about changing defaults 2025-01-19 13:13:15 +00:00
_shared.nix wrappers: use flake-locked lib instead of host's 2025-11-24 01:13:34 +00:00
darwin.nix modules/output: move symlinkJoin to build.package 2025-01-20 14:49:59 +00:00
hm.nix modules/output: move symlinkJoin to build.package 2025-01-20 14:49:59 +00:00
nixos.nix modules/output: move symlinkJoin to build.package 2025-01-20 14:49:59 +00:00
standalone.nix lib: move enableExceptInTests impl to build.test option 2025-11-20 00:22:57 +00:00