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

16 lines
356 B
YAML
Raw Normal View History

on: [push, pull_request, workflow_dispatch]
jobs:
build-HyperC:
runs-on: docker
container:
2024-08-12 01:52:28 +02:00
image: niteo/nixpkgs-nixos-unstable
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"