mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-26 01:00:44 -04:00
templates/simple: remove useless self from extraSpecialArgs
This commit is contained in:
committed by
Gaétan Lepage
parent
965f4b0b20
commit
45c2e25127
@@ -1,4 +1,4 @@
|
||||
{self, ...}: {
|
||||
{
|
||||
# Import all your configuration modules here
|
||||
imports = [
|
||||
./bufferline.nix
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nixvim,
|
||||
flake-parts,
|
||||
...
|
||||
@@ -35,7 +34,7 @@
|
||||
module = config;
|
||||
# You can use `extraSpecialArgs` to pass additional arguments to your module files
|
||||
extraSpecialArgs = {
|
||||
inherit self;
|
||||
# inherit (inputs) foo;
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user