This commit is contained in:
mjallen18
2025-06-05 11:19:40 -05:00
parent 42d1b6fb20
commit 4ccca75473
8 changed files with 287 additions and 36 deletions

View File

@@ -35,7 +35,7 @@ in
gnugrep
gnused
openssh
nix-build-mail
# nix-build-mail
];
script = ''
#!/usr/bin/env bash
@@ -122,7 +122,7 @@ in
git reset --hard
fi
'';
onSuccess = [ "git push" ];
# onSuccess = [ "git push" ];
# Send an email on failure
# onFailure = [ "nix-build-mail" ];
};
@@ -148,4 +148,4 @@ in
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
}
];
}
}