This commit is contained in:
parent
29eeb04fac
commit
3aedb499fb
@ -17,12 +17,16 @@ jobs:
|
||||
- name: "Install Nix ❄️"
|
||||
uses: cachix/install-nix-action@v26
|
||||
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- uses: DeterminateSystems/flake-checker-action@main
|
||||
|
||||
- name: "Install Cachix ❄️"
|
||||
uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: helcel
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
|
||||
- name: "Build NixOS CI config ❄️"
|
||||
run: |
|
||||
nix build .#nixosConfigurations.ci.config.system.build.toplevel
|
||||
@ -30,3 +34,4 @@ jobs:
|
||||
- name: "Build NixOS Sandbox config ❄️"
|
||||
run: |
|
||||
nix build .#nixosConfigurations.sandbox.config.system.build.toplevel
|
||||
|
@ -1,6 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [ arion ];
|
||||
virtualisation.arion = {
|
||||
backend = "podman-socket";
|
||||
projects = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user