tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/hibernate.nix: get rid of `with lib`
Anderson Torres
2 years ago
d1a2a4cb
3002c44f
+2
-2
1 changed file
expand all
collapse all
unified
split
nixos
tests
hibernate.nix
+2
-2
nixos/tests/hibernate.nix
···
46
46
47
47
nodes = {
48
48
# System configuration used for installing the installedConfig from above.
49
49
-
machine = { config, lib, pkgs, ... }: with lib; {
49
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
56
-
substituters = mkForce [];
56
56
+
substituters = lib.mkForce [];
57
57
hashed-mirrors = null;
58
58
connect-timeout = 1;
59
59
};