nix: remove subflake
This commit is contained in:
parent
5f5f399c8f
commit
203dad0703
16 changed files with 185 additions and 459 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -53,8 +53,6 @@ jobs:
|
|||
- name: Run Clippy
|
||||
continue-on-error: true
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
cargo clippy \
|
||||
--all-features \
|
||||
--all-targets \
|
||||
|
|
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -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"
|
||||
|
||||
|
|
1
.github/workflows/nix.yml
vendored
1
.github/workflows/nix.yml
vendored
|
@ -49,5 +49,4 @@ jobs:
|
|||
|
||||
- name: Run checks
|
||||
run: |
|
||||
cd ./nix/dev
|
||||
nix flake check --print-build-logs --show-trace
|
||||
|
|
6
.github/workflows/update-flake.yml
vendored
6
.github/workflows/update-flake.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue