rename flashimage to mtdimage

This commit is contained in:
Daniel Barlow
2023-12-11 19:02:30 +00:00
parent 39c338d710
commit 876bd7d8ce
10 changed files with 20 additions and 21 deletions

2
ci.nix
View File

@@ -40,7 +40,7 @@ let
}).outputs.optionsJson;
installers = map (f: "system.outputs.${f}") [
"vmroot"
"flashimage"
"mtdimage"
"ubimage"
];
inherit (pkgs.lib) concatStringsSep;