mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
16 lines
395 B
YAML
16 lines
395 B
YAML
on: [push, pull_request, workflow_dispatch]
|
|
|
|
jobs:
|
|
build-HyperC:
|
|
runs-on: docker
|
|
container:
|
|
image: niteo/nixpkgs-nixos-unstable:9e70e9f732fbb15872cb4ea11bd43c14328a0b69
|
|
name: Build NixOS Iso
|
|
steps:
|
|
- name: Update Nix Store
|
|
run: |
|
|
nix-channel --update
|
|
- name: Get System Info
|
|
run: |
|
|
nix-shell -p fastfetch --run fastfetch
|