nix: move dev outputs to subflake

This commit is contained in:
seth 2024-04-10 01:03:45 -04:00
parent 3503dda44d
commit 921540e249
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
18 changed files with 461 additions and 331 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: Build Docker image
id: build
run: |
nix build --print-build-logs .#container-${{ matrix.arch }}
nix build --print-build-logs ./nix/dev#container-${{ matrix.arch }}
[ ! -L result ] && exit 1
echo "path=$(readlink -f result)" >> "$GITHUB_OUTPUT"