cache&arion
Some checks failed
Nix Build / build-nixos (push) Has been cancelled

This commit is contained in:
soraefir 2024-04-21 10:30:42 +02:00
parent 29eeb04fac
commit 3aedb499fb
Signed by: sora
GPG Key ID: A362EA0491E2EEA0
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 = {