about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/dnyarri.nix2
-rw-r--r--machines/mmrnmhrm.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix
index 7e54318c..221f9422 100644
--- a/machines/dnyarri.nix
+++ b/machines/dnyarri.nix
@@ -1,4 +1,4 @@
-{config, pkgs, ...}:
+{ pkgs, ... }:
 
 with pkgs.lib;
 with import ../lib;
diff --git a/machines/mmrnmhrm.nix b/machines/mmrnmhrm.nix
index 259d7c98..bcaddc6e 100644
--- a/machines/mmrnmhrm.nix
+++ b/machines/mmrnmhrm.nix
@@ -1,4 +1,4 @@
-{config, pkgs, ...}:
+{ pkgs, ... }:
 
 with pkgs.lib;
 with import ../lib;