update to 23.05.2
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
packages ? [],
|
||||
manifestPkgs ? "$(cat manifest_packages)",
|
||||
workingFolder ? "$PWD/_builder",
|
||||
builderVersion ? version
|
||||
builderVersion ? version,
|
||||
moreBuildInputs ? []
|
||||
}:
|
||||
pkgs.mkShell {
|
||||
name = "openwrt-build-${target}-${arch}-${profile}";
|
||||
@@ -38,7 +39,7 @@ pkgs.mkShell {
|
||||
gnutar
|
||||
curl
|
||||
cacert
|
||||
];
|
||||
] ++ moreBuildInputs;
|
||||
shellHook =
|
||||
''
|
||||
export WORKING_FOLDER=$(realpath ${workingFolder})
|
||||
|
||||
Reference in New Issue
Block a user