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
5d66d007af
commit
09de5b02c5
1 changed files with 2 additions and 2 deletions
|
|
@ -77,10 +77,10 @@
|
||||||
devShell = packages.devEnv;
|
devShell = packages.devEnv;
|
||||||
});
|
});
|
||||||
in (base // {
|
in (base // {
|
||||||
hydraJobs = {
|
hydraJobs = rec {
|
||||||
inherit (base.packages.x86_64-linux) site;
|
inherit (base.packages.x86_64-linux) site;
|
||||||
|
|
||||||
container = { site }: let
|
container = let
|
||||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||||
|
|
||||||
container = pkgs.dockerTools.buildImage {
|
container = pkgs.dockerTools.buildImage {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue