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

14 lines
369 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
2024-08-12 01:57:28 +02:00
run: nix-store --update
- name: Get System Info
2024-08-12 01:57:28 +02:00
run: nix-shell -p fastfetch --run "fastfetch"