hydraJobs test
This commit is contained in:
parent
c1dfe14799
commit
daeb8f7b23
|
@ -70,5 +70,10 @@
|
||||||
type = "app";
|
type = "app";
|
||||||
program = "${self.homeActivations.${machine}}/activate";
|
program = "${self.homeActivations.${machine}}/activate";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
hydraJobs = {
|
||||||
|
laptop.x86_64-linux = self.homeActivations.laptop;
|
||||||
|
desktop.x86_64-linux = self.homeActivations.desktop;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue