From 31810ab97d0331f8ae0b543b5fbc7b5f742e58ed Mon Sep 17 00:00:00 2001 From: Jan Schmitt Date: Wed, 14 Aug 2024 19:44:54 +0200 Subject: [PATCH] Update test.yml set personal nix-darwin config as new default --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 400f3de..8430d76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,5 +24,5 @@ jobs: - name: create dirty git worktree to omit git-crypt errors with flakes run: echo " " >> flake.nix # - name: build darwinConfiguration for work machine - run: nix build '.?submodules=1#darwinConfigurations.work.system' + run: nix build '.?submodules=1#darwinConfigurations.m1.system' - run: nix flake check