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