Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Oct 1, 2023
1 parent fbf5c0e commit 380d852
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,35 +44,35 @@ jobs:
- nix-command: develop .#php81 --profile profile
system: x86_64

- nix-command: run github:Mic92/nix-fast-build -- --on-nom --flake .#homeConfigurations."tobias@gamer".activationPackage
- nix-command: run github:Mic92/nix-fast-build -- --no-nom --flake .#homeConfigurations."tobias@gamer".activationPackage
system: x86_64
- nix-command: run github:Mic92/nix-fast-build -- --on-nom --flake .#homeConfigurations."tobhap@M299".activationPackage
- nix-command: run github:Mic92/nix-fast-build -- --no-nom --flake .#homeConfigurations."tobhap@M299".activationPackage
system: x86_64
deploy-agent: M299
deploy-args: --async

- nix-command: run github:Mic92/nix-fast-build -- --on-nom --flake .#nixOnDroidConfigurations.pixel7a.activationPackage --impure
- nix-command: run github:Mic92/nix-fast-build -- --no-nom --flake .#nixOnDroidConfigurations.pixel7a.activationPackage --impure
system: aarch64

- nix-command: run github:Mic92/nix-fast-build -- --on-nom --flake .#nixosConfigurations.argon.config.system.build.toplevel
- nix-command: run github:Mic92/nix-fast-build -- --no-nom --flake .#nixosConfigurations.argon.config.system.build.toplevel
system: aarch64
deploy-agent: argon
- nix-command: run github:Mic92/nix-fast-build -- --on-nom --flake .#nixosConfigurations.krypton.config.system.build.toplevel
- nix-command: run github:Mic92/nix-fast-build -- --no-nom --flake .#nixosConfigurations.krypton.config.system.build.toplevel
system: x86_64
deploy-agent: krypton
- nix-command: run github:Mic92/nix-fast-build -- --on-nom --flake .#nixosConfigurations.neon.config.system.build.toplevel
- nix-command: run github:Mic92/nix-fast-build -- --no-nom --flake .#nixosConfigurations.neon.config.system.build.toplevel
system: x86_64
deploy-agent: neon
deploy-args: --async
- nix-command: run github:Mic92/nix-fast-build -- --on-nom --flake .#nixosConfigurations.xenon.config.system.build.toplevel
- nix-command: run github:Mic92/nix-fast-build -- --no-nom --flake .#nixosConfigurations.xenon.config.system.build.toplevel
system: aarch64
deploy-agent: xenon

- nix-command: run github:Mic92/nix-fast-build -- --on-nom --flake .#packages.$_system.rpi-firmware
- nix-command: run github:Mic92/nix-fast-build -- --no-nom --flake .#packages.$_system.rpi-firmware
system: aarch64
- nix-command: run github:Mic92/nix-fast-build -- --on-nom --flake .#packages.$_system.rpi-image
- nix-command: run github:Mic92/nix-fast-build -- --no-nom --flake .#packages.$_system.rpi-image
system: aarch64
- nix-command: run github:Mic92/nix-fast-build -- --on-nom --flake .#packages.$_system.installer-image
- nix-command: run github:Mic92/nix-fast-build -- --no-nom --flake .#packages.$_system.installer-image
system: x86_64

steps:
Expand Down

0 comments on commit 380d852

Please sign in to comment.