templates/simple: remove useless self from extraSpecialArgs

This commit is contained in:
Gaetan Lepage 2024-01-06 02:08:03 +01:00 committed by Gaétan Lepage
parent 965f4b0b20
commit 45c2e25127
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{self, ...}: {
{
# Import all your configuration modules here
imports = [
./bufferline.nix

View file

@ -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 {