summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-12-19 16:56:00 -0500
committerseth <[email protected]>2024-12-19 16:56:00 -0500
commit426377759bf354754166be2b82b77b9ee64dd16a (patch)
treed20123518b892d32acb7c06af754180fabd7d556
parent334ee4edc24d941a930d91a68064f34000055488 (diff)
nix: fix self argument in module
-rw-r--r--nix/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/module.nix b/nix/module.nix
index 8220e3f..5062f5e 100644
--- a/nix/module.nix
+++ b/nix/module.nix
@@ -1,4 +1,4 @@
-self:
+{ self }:
{
config,
lib,