aux-config/.github/workflows/build.yml

16 lines
397 B
YAML
Raw Normal View History

on: [push, pull_request, workflow_dispatch]
jobs:
build-HyperC:
runs-on: docker
container:
2024-08-12 01:56:21 +02:00
image: niteo/nixpkgs-nixos-unstable:9e70e9f732fbb15872cb4ea11bd43c14328a0b69
name: Build NixOS Iso
steps:
2024-08-12 01:52:28 +02:00
- name: Update Nix Store
run: |
nix-store --update
- name: Get System Info
2024-08-12 01:46:48 +02:00
run: |
nix-shell -p fastfetch --run "fastfetch"