diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-03 15:04:08 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-03 15:04:08 -0500 |
commit | 68e4c11e036856583cbe02fd839eefedb9f8a23e (patch) | |
tree | f421d73cb79b746614396bfda536cd620dbadf02 /hosts | |
parent | e6215356a3c974b3d69ecf6e2745a397636dfbcd (diff) | |
download | nixos-config-68e4c11e036856583cbe02fd839eefedb9f8a23e.tar.gz nixos-config-68e4c11e036856583cbe02fd839eefedb9f8a23e.zip |
hosts/thyme: Remove unnecessary `pkgs' argument
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/thyme/default.nix | 2 |
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 = [ |