1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-27 04:31:04 +01:00

flake: remove helpers module arg

Not to be confused with the Nixvim-configuration `helpers` module arg,
remove the flake-parts `helpers` module arg.
This commit is contained in:
Matt Sturgeon 2025-11-24 07:41:20 +00:00
parent 3426dd04bb
commit 7d17c1b71d
6 changed files with 7 additions and 23 deletions

View file

@ -1,12 +1,12 @@
{
pkgs,
helpers,
lib,
linkFarm,
self, # The flake instance
}:
let
inherit (pkgs.stdenv.hostPlatform) system;
helpers = self.lib.nixvim;
# Use a single common instance of nixpkgs, with allowUnfree
# Having a single shared instance should speed up tests a little