diff options
Diffstat (limited to 'nixos/installer.nix')
-rw-r--r-- | nixos/installer.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/installer.nix b/nixos/installer.nix index 276b1f60df49..0dff8ea07d13 100644 --- a/nixos/installer.nix +++ b/nixos/installer.nix @@ -1,5 +1,5 @@ # This expression can be used to create NixOS .iso images. -{ config, pkgs, ... }: +{ ... }: { imports = [ |