summaryrefslogtreecommitdiff
path: root/modules/installer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/installer.nix')
-rw-r--r--modules/installer.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/installer.nix b/modules/installer.nix
index 45d191a..3fd404f 100644
--- a/modules/installer.nix
+++ b/modules/installer.nix
@@ -48,9 +48,7 @@ with builtins; with lib; {
compressionExtension = ".gz";
extraArgs = "--hard-dereference";
- storeContents = with pkgs; pkgs2storeContents [
- installer
- ];
+ storeContents = pkgs2storeContents [ installer ];
contents = [
{ source = config.environment.etc."wsl.conf".source; target = "/etc/wsl.conf"; }