about summary refs log tree commit diff
path: root/machines/aszlig/arilou.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-04 00:39:06 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-04 00:39:06 +0200
commit23e84aadf1abb91291ac84f4b950e4e1f2e85c7f (patch)
tree08cc48a709bd68cac7004a947607aa3135889432 /machines/aszlig/arilou.nix
parent94b1c61bd615a46411a80f07e6c88d504f592ed4 (diff)
Remove references to pkgs.lib within modules.
We now no longer can (or even should) refer to pkgs.lib within modules
since the merge of the module system improvements in
NixOS/nixpkgs@889f72b.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig/arilou.nix')
-rw-r--r--machines/aszlig/arilou.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/aszlig/arilou.nix b/machines/aszlig/arilou.nix
index 94efda36..96edf39c 100644
--- a/machines/aszlig/arilou.nix
+++ b/machines/aszlig/arilou.nix
@@ -1,6 +1,6 @@
-{ config, pkgs, ... }:
+{ config, pkgs, lib, ... }:
 
-with pkgs.lib;
+with lib;
 
 let
   rootUUID = "e9c95c74-e4cf-41f6-bb45-baf8dd579217";