Skip to content

Rename README.md to readme.md #7

Rename README.md to readme.md

Rename README.md to readme.md #7

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Build the flake
run: nix build .#nixosConfigurations.installer.config.system.build.isoImage