More pkgs.lib -> lib fixes

Shea Levy f5aaefbb 3f5dcaa5

Changed files
+6 -6
nixos
modules
programs
services
network-filesystems
networking
+2 -2
nixos/modules/programs/uim.nix
···
-
{ config, pkgs, ... }:
+
{ config, pkgs, lib, ... }:
-
with pkgs.lib;
+
with lib;
let
cfg = config.uim;
+2 -2
nixos/modules/services/network-filesystems/yandex-disk.nix
···
-
{ config, pkgs, ... }:
+
{ config, pkgs, lib, ... }:
-
with pkgs.lib;
+
with lib;
let
+2 -2
nixos/modules/services/networking/atftpd.nix
···
# NixOS module for atftpd TFTP server
-
{ config, pkgs, ... }:
+
{ config, pkgs, lib, ... }:
-
with pkgs.lib;
+
with lib;
let