templates/simple: remove useless self from extraSpecialArgs

This commit is contained in:
Gaetan Lepage
2024-01-06 15:08:08 +01:00
committed by Gaétan Lepage
parent 965f4b0b20
commit 45c2e25127
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{self, ...}: {
{
# Import all your configuration modules here
imports = [
./bufferline.nix
+1 -2
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 {