nix: remove subflake

This commit is contained in:
seth 2024-04-30 18:03:34 -04:00 committed by Sefa Eyeoglu
parent 5f5f399c8f
commit 203dad0703
16 changed files with 185 additions and 459 deletions

View file

@ -53,8 +53,6 @@ jobs:
- name: Run Clippy
continue-on-error: true
run: |
set -euo pipefail
cargo clippy \
--all-features \
--all-targets \

View file

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

View file

@ -49,5 +49,4 @@ jobs:
- name: Run checks
run: |
cd ./nix/dev
nix flake check --print-build-logs --show-trace

View file

@ -32,12 +32,6 @@ jobs:
- name: Update flake inputs
run: |
pushd nix/dev
nix flake update \
--commit-lock-file \
--commit-lockfile-summary "nix: update dev flake.lock"
popd
nix flake update \
--commit-lock-file \
--commit-lockfile-summary "nix: update flake.lock"