add docker load test
Some checks failed
nix docker build stable / amd64 (pull_request) Failing after 48s
nix docker build unstable / amd64 (pull_request) Failing after 47s

This commit is contained in:
Aaron Honeycutt 2026-02-06 15:26:01 -07:00
parent d0896210c7
commit af151af445
2 changed files with 10 additions and 0 deletions

View file

@ -28,3 +28,8 @@ jobs:
cd stable-with-flakes
nix build .#nixos-stable
cd ..
- name: Load Test
run: |
docker load < result
docker image ls

View file

@ -28,3 +28,8 @@ jobs:
cd unstable-with-flakes
nix build .#nixos-unstable
cd ..
- name: Load Test
run: |
docker load < result
docker image ls