Merge pull request #44 from nix-community/ci

Ci
This commit is contained in:
Jörg Thalheim 2022-12-19 13:02:28 +00:00 committed by GitHub
commit bfda69ea42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -2,8 +2,9 @@ name: "Build"
on: on:
repository_dispatch: repository_dispatch:
workflow_dispatch: workflow_dispatch:
schedule: push:
- cron: '51 2 * * 0' branches:
- main
jobs: jobs:
images: images:
strategy: strategy:

View file

@ -17,7 +17,7 @@
kexec-installer = nixpkgs: (nixpkgs.legacyPackages.x86_64-linux.nixos [self.nixosModules.kexec-installer]).config.system.build.kexecTarball; kexec-installer = nixpkgs: (nixpkgs.legacyPackages.x86_64-linux.nixos [self.nixosModules.kexec-installer]).config.system.build.kexecTarball;
in { in {
netboot-nixos-unstable = netboot nixos-unstable; netboot-nixos-unstable = netboot nixos-unstable;
netboot-nixos-nixos-2211 = netboot nixos-2211; netboot-nixos-2211 = netboot nixos-2211;
kexec-installer-nixos-unstable = kexec-installer nixos-unstable; kexec-installer-nixos-unstable = kexec-installer nixos-unstable;
kexec-installer-nixos-2211 = kexec-installer nixos-2211; kexec-installer-nixos-2211 = kexec-installer nixos-2211;
}; };