add flashcp to allow flashing from a running system

module-based-network
Daniel Barlow 2023-03-24 17:32:46 +00:00
parent 404162ac1e
commit c831859513
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ in {
};
};
programs.busybox.applets = [
"flashcp"
];
outputs.firmware =
let o = config.outputs; in
pkgs.runCommand "firmware" {} ''