mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/context: flake
option, provides access to our flake
This commit is contained in:
parent
7391dc14ca
commit
9487403532
3 changed files with 16 additions and 4 deletions
|
@ -30,11 +30,9 @@ in
|
|||
lib.evalModules {
|
||||
modules = modules ++ [
|
||||
../modules/top-level
|
||||
|
||||
# Pass our locked nixpkgs into the configuration
|
||||
{
|
||||
_file = "<nixvim-flake>";
|
||||
nixpkgs.source = lib.mkOptionDefault flake.inputs.nixpkgs;
|
||||
flake = lib.mkOptionDefault flake;
|
||||
}
|
||||
];
|
||||
specialArgs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue