revert checks to old setup

This commit is contained in:
Daylin Morgan 2024-06-18 12:41:26 -05:00
parent a2d7340ae8
commit 128ddc47a9
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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'