summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/system-tarball-pc.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-05-05 14:58:51 -0400
committerShea Levy <shea@shealevy.com>2014-07-02 12:28:18 -0400
commitb3cfb9084b3860852581be235aea90540a5302d4 (patch)
tree06cf1333ae7d60f25bd23866dbaec17b148a15dd /nixos/modules/installer/cd-dvd/system-tarball-pc.nix
parent80709b141ca82d5afe3874f50b822db3409bed4e (diff)
downloadnixpkgs-b3cfb9084b3860852581be235aea90540a5302d4.tar
nixpkgs-b3cfb9084b3860852581be235aea90540a5302d4.tar.gz
nixpkgs-b3cfb9084b3860852581be235aea90540a5302d4.tar.bz2
nixpkgs-b3cfb9084b3860852581be235aea90540a5302d4.tar.lz
nixpkgs-b3cfb9084b3860852581be235aea90540a5302d4.tar.xz
nixpkgs-b3cfb9084b3860852581be235aea90540a5302d4.tar.zst
nixpkgs-b3cfb9084b3860852581be235aea90540a5302d4.zip
Get all lib functions from lib, not pkgs.lib, in modules
Diffstat (limited to 'nixos/modules/installer/cd-dvd/system-tarball-pc.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/system-tarball-pc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/system-tarball-pc.nix b/nixos/modules/installer/cd-dvd/system-tarball-pc.nix
index 0357bf80196..1156003d3f4 100644
--- a/nixos/modules/installer/cd-dvd/system-tarball-pc.nix
+++ b/nixos/modules/installer/cd-dvd/system-tarball-pc.nix
@@ -109,7 +109,7 @@ in
   # not be started by default on the installation CD because the
   # default root password is empty.
   services.openssh.enable = true;
-  jobs.openssh.startOn = pkgs.lib.mkOverride 50 "";
+  jobs.openssh.startOn = lib.mkOverride 50 "";
 
   # To be able to use the systemTarball to catch troubles.
   boot.crashDump = {