mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
revert checks to old setup
This commit is contained in:
parent
a2d7340ae8
commit
128ddc47a9
1 changed files with 1 additions and 8 deletions
9
.github/workflows/checks.yml
vendored
9
.github/workflows/checks.yml
vendored
|
@ -38,11 +38,4 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
set -euo pipefail
|
||||
# cachix watch-exec daylin -- nix build '.#checks.x86_64-linux.makePackages'
|
||||
host=othalan
|
||||
system_attr=$(nix run . -- output --host "$host" --flake .)
|
||||
system_path=$(nix derivation show $system_attr | jq -r '.[].inputDrvs | with_entries(select(.key|match("system-path";"i"))) | keys | .[]')
|
||||
|
||||
echo "path to system-path drv ==> $system_path"
|
||||
cachix watch-exec daylin -- nix build --print-build-logs "$system_path^*"
|
||||
|
||||
cachix watch-exec daylin -- nix build '.#checks.x86_64-linux.makePackages'
|
||||
|
|
Loading…
Reference in a new issue