mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-27 04:31:04 +01:00
flake: simplify legacyPackages definitions
- Remove the `makeNixvimWithModule` module arg. - Move standalone wrapper definitions to `wrappers.nix` - Move `nixvimConfiguration` alias to `nixvim-configurations.nix`
This commit is contained in:
parent
947cb0aaed
commit
3dc952d69c
4 changed files with 9 additions and 19 deletions
|
|
@ -1,10 +1,12 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
perSystem =
|
||||
{ system, ... }:
|
||||
{ config, system, ... }:
|
||||
{
|
||||
nixvimConfigurations.default = self.lib.evalNixvim {
|
||||
inherit system;
|
||||
};
|
||||
|
||||
legacyPackages.nixvimConfiguration = config.nixvimConfigurations.default;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue