autoupdate inputs for borzoi flake

This commit is contained in:
oxapentane - 2023-05-21 22:53:06 +02:00
parent 85fdf72582
commit af67b84800
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,7 @@ let
microvms = {
staging-data-hoarder.flakeref = "git+https://github.com/tlm-solutions/nix-config";
borken-data-hoarder.flakeref = "git+file:///tmp/dump-dvb-borken";
tram-borzoi.flakeref = "git+file:///tmp/dump-dvb-borzoi";
};
realizeFlake = with pkgs; "${writeScriptBin "realize-flake" ''
#! ${runtimeShell} -e
@ -12,9 +13,13 @@ let
if [ $NAME = "borken-data-hoarder" ]; then
SRC_NIX_CONFIG=https://github.com/dump-dvb/nix-config.git
BRANCH=borken
DIR_NIX_CONFIG=dump-dvb-borken
elif [ $NAME = "tram-borzoi" ]; then
SRC_NIX_CONFIG=https://github.com/dump-dvb/nix-config.git
BRANCH=borken
DIR_NIX_CONFIG=dump-dvb-borzoi
elif [ $NAME = "staging-data-hoarder" ]; then
echo "staging-data-hoarder: no need for flake magic"
echo "Deploying staging-data-hoarder from github"