mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 17:15:01 +02:00
fix options in standalone usage
This commit is contained in:
parent
4ddd3969e5
commit
6d265c5f15
3 changed files with 62 additions and 5 deletions
|
@ -40,7 +40,7 @@
|
|||
configuration:
|
||||
let
|
||||
eval = evalModules {
|
||||
modules = modules pkgs ++ [ configuration ];
|
||||
modules = modules pkgs ++ [{ config = configuration; }];
|
||||
};
|
||||
in
|
||||
eval.config.output;
|
||||
|
@ -76,7 +76,6 @@
|
|||
in
|
||||
flakeOutput // {
|
||||
inherit build;
|
||||
# TODO: Stuff for home-manager and nixos modules backwards compat, keeping the architecture as x86_64 if none is specified...
|
||||
homeManagerModules.nixvim = flakeOutput.homeManagerModules.x86_64-linux.nixvim;
|
||||
nixosModules.nixvim = flakeOutput.nixosModules.x86_64-linux.nixvim;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue