summary refs log tree commit diff
path: root/nixos/modules/system/activation/no-clone.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/system/activation/no-clone.nix')
-rw-r--r--nixos/modules/system/activation/no-clone.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/system/activation/no-clone.nix b/nixos/modules/system/activation/no-clone.nix
index c9ab691ce477..7f4584435266 100644
--- a/nixos/modules/system/activation/no-clone.nix
+++ b/nixos/modules/system/activation/no-clone.nix
@@ -1,6 +1,6 @@
-{pkgs, ...}:
+{ lib, ... }:
 
-with pkgs.lib;
+with lib;
 
 {
   boot.loader.grub.device = mkOverride 0 "nodev";