mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Update Hydra jobs
This commit is contained in:
parent
c5b5d8d8f7
commit
c9233f96ca
1 changed files with 8 additions and 4 deletions
12
flake.nix
12
flake.nix
|
|
@ -4,8 +4,8 @@
|
|||
inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
outputs = {self, nixpkgs, flake-utils }:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
outputs = {self, nixpkgs, flake-utils }: let
|
||||
base = flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
|
||||
|
|
@ -92,6 +92,10 @@
|
|||
hydraJobs = {
|
||||
container = packages.container;
|
||||
};
|
||||
}
|
||||
);
|
||||
});
|
||||
in (base // {
|
||||
hydraJobs.x86_64-linux = {
|
||||
inherit (base.packages.x86_64-linux) container;
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue