forked from dan/liminix
add flashcp to allow flashing from a running system
This commit is contained in:
parent
404162ac1e
commit
c831859513
@ -17,6 +17,10 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.busybox.applets = [
|
||||||
|
"flashcp"
|
||||||
|
];
|
||||||
|
|
||||||
outputs.firmware =
|
outputs.firmware =
|
||||||
let o = config.outputs; in
|
let o = config.outputs; in
|
||||||
pkgs.runCommand "firmware" {} ''
|
pkgs.runCommand "firmware" {} ''
|
||||||
|
Loading…
Reference in New Issue
Block a user