add flashcp to allow flashing from a running system
This commit is contained in:
parent
404162ac1e
commit
c831859513
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
programs.busybox.applets = [
|
||||
"flashcp"
|
||||
];
|
||||
|
||||
outputs.firmware =
|
||||
let o = config.outputs; in
|
||||
pkgs.runCommand "firmware" {} ''
|
||||
|
|
Loading…
Reference in a new issue