Skip to content

Commit

Permalink
templates/simple: remove useless self from extraSpecialArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 6, 2024
1 parent 7d0b2c2 commit 033449f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/simple/config/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{self, ...}: {
{
# Import all your configuration modules here
imports = [
./bufferline.nix
Expand Down
3 changes: 1 addition & 2 deletions templates/simple/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
};

outputs = {
self,
nixvim,
flake-parts,
...
Expand All @@ -35,7 +34,7 @@
module = config;
# You can use `extraSpecialArgs` to pass additional arguments to your module files
extraSpecialArgs = {
inherit self;
# inherit self;
};
};
in {
Expand Down

0 comments on commit 033449f

Please sign in to comment.