summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-03 15:04:08 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-03 15:04:08 -0500
commit68e4c11e036856583cbe02fd839eefedb9f8a23e (patch)
treef421d73cb79b746614396bfda536cd620dbadf02 /hosts
parente6215356a3c974b3d69ecf6e2745a397636dfbcd (diff)
downloadnixos-config-68e4c11e036856583cbe02fd839eefedb9f8a23e.tar.gz
nixos-config-68e4c11e036856583cbe02fd839eefedb9f8a23e.zip
hosts/thyme: Remove unnecessary `pkgs' argument
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thyme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/thyme/default.nix b/hosts/thyme/default.nix
index 3d2b203..623e81a 100644
--- a/hosts/thyme/default.nix
+++ b/hosts/thyme/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ ... }:
{
imports = [