about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-07-26 07:41:19 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-07-26 07:41:19 +0100
commitee976ae6fb7b410ca26b7d891b36eaa74eb930ab (patch)
tree268056f383de406aa8b4ebce3fbbc8091849e325 /nix-conf
parent3692bf56a797abbbbc6e509f59708744f931dfae (diff)
downloaddotfiles-ee976ae6fb7b410ca26b7d891b36eaa74eb930ab.tar.gz
Remove unnecessary inputs
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/clojure.nix2
-rw-r--r--nix-conf/home/includes/zsh.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nix-conf/home/includes/clojure.nix b/nix-conf/home/includes/clojure.nix
index 3681e8b..d6d4347 100644
--- a/nix-conf/home/includes/clojure.nix
+++ b/nix-conf/home/includes/clojure.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, lib, isDarwin, isLinux, ... }:
+{ config, pkgs, lib, ... }:
 let
   inherit (lib) optionals;
 in
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index 38a32fa..00c65d9 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, lib, isDarwin, ... }:
+{ config, pkgs, lib, ... }:
 let
   inherit (lib)
     optionalAttrs