From 019d41e73bd2d49c1bb38e42511d92eeed2f6a50 Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 19 Mar 2025 19:49:15 -0400 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..f83c699 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,18 @@ +on: + push: + +jobs: + build: + strategy: + matrix: + os: [ubuntu-latest, macOS-latest] + + runs-on: ${{ matrix.os }} + + steps: + - uses: actions/checkout@v4 + - uses: DeterminateSystems/nix-installer-action@v16 + + - run: | + cd dot_config/flake + nix build