From 10751129d09b702835a55478dbd0bd651eade178 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 10 Dec 2014 19:28:45 -0500 Subject: [PATCH] Don't require forcing utils to get to lib --- nixos/modules/tasks/network-interfaces-scripted.nix | 2 +- nixos/modules/tasks/network-interfaces-systemd.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/tasks/network-interfaces-scripted.nix b/nixos/modules/tasks/network-interfaces-scripted.nix index 316e2e33eec..310527667d7 100644 --- a/nixos/modules/tasks/network-interfaces-scripted.nix +++ b/nixos/modules/tasks/network-interfaces-scripted.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, utils, ... }: -with lib; with utils; +with lib; let diff --git a/nixos/modules/tasks/network-interfaces-systemd.nix b/nixos/modules/tasks/network-interfaces-systemd.nix index ee3efbbc9ff..10185c7709b 100644 --- a/nixos/modules/tasks/network-interfaces-systemd.nix +++ b/nixos/modules/tasks/network-interfaces-systemd.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, utils, ... }: -with lib; with utils; +with lib; let