From fba4a2bf0d7ed5b39c2f6685560cd530edc40216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 2 Nov 2023 10:43:57 +0100 Subject: [PATCH] apply nixpkgs-fmt --- nix/kexec-installer/test.nix | 3 ++- nix/netboot-installer/installer.nix | 1 + nix/netboot-installer/module.nix | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/nix/kexec-installer/test.nix b/nix/kexec-installer/test.nix index 575b6be..bed1f04 100644 --- a/nix/kexec-installer/test.nix +++ b/nix/kexec-installer/test.nix @@ -50,7 +50,8 @@ makeTest' { name = "eth0"; address = [ # Some static addresses that we want to see in the kexeced image - "192.168.42.1/24" "42::1/64" + "192.168.42.1/24" + "42::1/64" ]; routes = [ # Some static routes that we want to see in the kexeced image diff --git a/nix/netboot-installer/installer.nix b/nix/netboot-installer/installer.nix index e69de29..8b13789 100644 --- a/nix/netboot-installer/installer.nix +++ b/nix/netboot-installer/installer.nix @@ -0,0 +1 @@ + diff --git a/nix/netboot-installer/module.nix b/nix/netboot-installer/module.nix index 5ea00d0..0f9d3d7 100644 --- a/nix/netboot-installer/module.nix +++ b/nix/netboot-installer/module.nix @@ -13,7 +13,7 @@ paths = with config.system.build; [ netbootRamdisk kernel - (pkgs.runCommand "kernel-params" {} '' + (pkgs.runCommand "kernel-params" { } '' mkdir -p $out ln -s "${config.system.build.toplevel}/kernel-params" $out/kernel-params ln -s "${config.system.build.toplevel}/init" $out/init