Go back to generating BUILD
This commit is contained in:
@@ -154,6 +154,7 @@
|
||||
name = "generate";
|
||||
runtimeInputs = with pkgs; [
|
||||
bash
|
||||
coreutils
|
||||
curl
|
||||
jq
|
||||
pup
|
||||
@@ -163,6 +164,8 @@
|
||||
for vars in distros/**/*.pkrvars.hcl.sh; do
|
||||
bash "./''${vars}"
|
||||
done
|
||||
BUILD="$(date "+%Y.%m.%d.%H")"
|
||||
echo "BUILD=$BUILD" >> build.env
|
||||
'';
|
||||
};
|
||||
shellcheck = pkgs.writeShellApplication {
|
||||
|
||||
Reference in New Issue
Block a user