forked from lix-project/hydra
hydra: add comment that file is generated by hydra to /etc/nix.machines
This commit is contained in:
parent
4b3895860e
commit
df921a4fd0
|
@ -10,7 +10,7 @@ use Data::Dump qw(dump);
|
|||
|
||||
sub nixMachines {
|
||||
my ($c) = @_;
|
||||
my $result = '';
|
||||
my $result = "# GENERATED BY HYDRA\n";
|
||||
|
||||
foreach my $machine ($c->model("DB::BuildMachines")->all) {
|
||||
if($machine->enabled) {
|
||||
|
|
Loading…
Reference in a new issue