about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-03 16:26:03 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-03 16:36:24 +0200
commit819e7c9fbd57698ecbf3653067c497b5887cfd87 (patch)
tree17a13d1736adc57b7a62ccc20fb934a1bd2b0551 /nixos/modules/installer
parent1e4fa227fe434c2042a2c690f62a7072afa36e93 (diff)
downloadnixlib-819e7c9fbd57698ecbf3653067c497b5887cfd87.tar
nixlib-819e7c9fbd57698ecbf3653067c497b5887cfd87.tar.gz
nixlib-819e7c9fbd57698ecbf3653067c497b5887cfd87.tar.bz2
nixlib-819e7c9fbd57698ecbf3653067c497b5887cfd87.tar.lz
nixlib-819e7c9fbd57698ecbf3653067c497b5887cfd87.tar.xz
nixlib-819e7c9fbd57698ecbf3653067c497b5887cfd87.tar.zst
nixlib-819e7c9fbd57698ecbf3653067c497b5887cfd87.zip
Add a test for NixOS containers
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/cd-dvd/channel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/channel.nix b/nixos/modules/installer/cd-dvd/channel.nix
index 9aca5b89d258..74428f66dfa1 100644
--- a/nixos/modules/installer/cd-dvd/channel.nix
+++ b/nixos/modules/installer/cd-dvd/channel.nix
@@ -28,7 +28,7 @@ in
 {
   # Provide the NixOS/Nixpkgs sources in /etc/nixos.  This is required
   # for nixos-install.
-  boot.postBootCommands =
+  boot.postBootCommands = mkAfter
     ''
       if ! [ -e /var/lib/nixos/did-channel-init ]; then
         echo "unpacking the NixOS/Nixpkgs sources..."