flake add hydraJobs
This commit is contained in:
parent
f864f543b8
commit
b88a5b9a2a
@ -70,6 +70,11 @@
|
|||||||
location = "$HOME/.setup";
|
location = "$HOME/.setup";
|
||||||
in # Use above variables in ...
|
in # Use above variables in ...
|
||||||
{
|
{
|
||||||
|
hydraJobs = {
|
||||||
|
inherit (self)
|
||||||
|
packages;
|
||||||
|
};
|
||||||
|
|
||||||
nixosConfigurations = ( # NixOS configurations
|
nixosConfigurations = ( # NixOS configurations
|
||||||
import ./hosts { # Imports ./hosts/default.nix
|
import ./hosts { # Imports ./hosts/default.nix
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
|
Loading…
Reference in New Issue
Block a user