Compare commits
3 commits
37d4123731
...
62ce411f39
Author | SHA1 | Date | |
---|---|---|---|
62ce411f39 | |||
356734a355 | |||
eaa50f1bfd |
2 changed files with 3 additions and 5 deletions
|
@ -64,9 +64,7 @@ jobs:
|
|||
|
||||
- name: build
|
||||
run: |
|
||||
# package=".#nixosConfigurations."${{ matrix.machine }}".config.system.build.toplevel"
|
||||
# nix build -L "$package"
|
||||
nix run nixpkgs#nixos-rebuild build -- -L --flake ".#${{ matrix.machine }}"
|
||||
nix run nixpkgs#nixos-rebuild build -- -L --verbose --flake ".#${{ matrix.machine }}"
|
||||
|
||||
- name: cache
|
||||
# https://stackoverflow.com/a/58859404
|
||||
|
@ -135,7 +133,7 @@ jobs:
|
|||
- name: build
|
||||
run: |
|
||||
package=".#homeConfigurations."${{ matrix.home }}".activationPackage"
|
||||
nix build -L "$package"
|
||||
nix build -L --verbose "$package"
|
||||
|
||||
- name: cache
|
||||
# https://stackoverflow.com/a/58859404
|
||||
|
|
2
.github/workflows/build-packages.yml
vendored
2
.github/workflows/build-packages.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- run: nix build -L ${{ matrix.package }}
|
||||
- run: nix build -L --verbose ${{ matrix.package }}
|
||||
|
||||
- name: cache result
|
||||
# https://stackoverflow.com/a/58859404
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue