apply nixpkgs-fmt
This commit is contained in:
parent
75d7180dc1
commit
fba4a2bf0d
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue