From e23a53e59422d986ec6c3bcb5f0c61f42e579a7e Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 22 Feb 2013 16:56:25 +0100 Subject: machines: Clean up ugliness in function headers. No feature changes, it just caused eye cancer to me. Signed-off-by: aszlig --- machines/dnyarri.nix | 2 +- machines/mmrnmhrm.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'machines') 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; -- cgit 1.4.1