Don't require forcing utils to get to lib

This commit is contained in:
Shea Levy 2014-12-10 19:28:45 -05:00
parent 562fdc2050
commit 10751129d0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ config, lib, pkgs, utils, ... }:
with lib;
with utils;
with lib;
let

View File

@ -1,7 +1,7 @@
{ config, lib, pkgs, utils, ... }:
with lib;
with utils;
with lib;
let