From 53923f5e7f10a0bdebf8d247954723b6c1c99eb7 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 3 Nov 2022 23:21:06 +0100 Subject: [PATCH] Correct arguments --- modules/nix-direnv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix-direnv/default.nix b/modules/nix-direnv/default.nix index 73188c0..f4ce5bd 100644 --- a/modules/nix-direnv/default.nix +++ b/modules/nix-direnv/default.nix @@ -1,4 +1,4 @@ -{ inputs, custom, pkgs, ... }: +{ custom, }: { ... }: { nix.extraOptions = '' keep-outputs = true