We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f3d71 commit adb57abCopy full SHA for adb57ab
.github/workflows/main.yml
@@ -6,15 +6,11 @@ env:
6
7
jobs:
8
test-build:
9
- strategy:
10
- matrix:
11
- os: [ ubuntu-latest, macos-latest ]
12
- runs-on: ${{ matrix.os }}
+ runs-on: macos-latest
13
steps:
14
- uses: actions/checkout@v4
15
- uses: DeterminateSystems/nix-installer-action@main
16
- - name: create user settings
17
- run: cp user-settings.template.nix user-settings.nix
+ - name: create user flake from template
+ run: nix flake new --template .# /tmp/blub
18
- name: build the home configuration
19
- # release-25.05 is broken
20
- run: nix run home-manager/f5b12be834874f7661db4ced969a621ab2d57971 -- build -f home.nix
+ run: cd /tmp/blub && nix build .#homeConfigurations.sperber.activationPackage -L -j auto
0 commit comments