lol

nixos/tests/hibernate.nix: get rid of `with lib`

+2 -2
+2 -2
nixos/tests/hibernate.nix
··· 46 46 47 47 nodes = { 48 48 # System configuration used for installing the installedConfig from above. 49 - machine = { config, lib, pkgs, ... }: with lib; { 49 + machine = { config, lib, pkgs, ... }: { 50 50 imports = [ 51 51 ../modules/profiles/installation-device.nix 52 52 ../modules/profiles/base.nix 53 53 ]; 54 54 55 55 nix.settings = { 56 - substituters = mkForce []; 56 + substituters = lib.mkForce []; 57 57 hashed-mirrors = null; 58 58 connect-timeout = 1; 59 59 };