apply nixpkgs-fmt

This commit is contained in:
Jörg Thalheim 2023-11-02 10:43:57 +01:00
parent 75d7180dc1
commit fba4a2bf0d
3 changed files with 4 additions and 2 deletions

View file

@ -50,7 +50,8 @@ makeTest' {
name = "eth0"; name = "eth0";
address = [ address = [
# Some static addresses that we want to see in the kexeced image # 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 = [ routes = [
# Some static routes that we want to see in the kexeced image # Some static routes that we want to see in the kexeced image

View file

@ -0,0 +1 @@

View file

@ -13,7 +13,7 @@
paths = with config.system.build; [ paths = with config.system.build; [
netbootRamdisk netbootRamdisk
kernel kernel
(pkgs.runCommand "kernel-params" {} '' (pkgs.runCommand "kernel-params" { } ''
mkdir -p $out mkdir -p $out
ln -s "${config.system.build.toplevel}/kernel-params" $out/kernel-params ln -s "${config.system.build.toplevel}/kernel-params" $out/kernel-params
ln -s "${config.system.build.toplevel}/init" $out/init ln -s "${config.system.build.toplevel}/init" $out/init