show configurations also
This commit is contained in:
parent
a1c5000b5d
commit
b5d81a5a69
1 changed files with 4 additions and 1 deletions
|
|
@ -48,9 +48,12 @@
|
|||
inherit pkgs self;
|
||||
};
|
||||
};
|
||||
in {
|
||||
in rec {
|
||||
default = mkNixvim {};
|
||||
lite = mkNixvim {withLSP = false;};
|
||||
|
||||
default-print-init = default.config.build.printInitPackage;
|
||||
lite-print-init = lite.config.build.printInitPackage;
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue