From 597c723f1c2b70697f1de84802c25daaf22a166c Mon Sep 17 00:00:00 2001 From: Konrad Malik Date: Wed, 5 Apr 2023 19:14:46 +0200 Subject: [PATCH] test: added a test to run build with git+file schema Based on a PR by @reckenrode --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cab17e8..21976df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -114,3 +114,7 @@ jobs: darwin-rebuild build \ --flake /tmp/test-nix-darwin-submodules?submodules=1#simple \ --override-input darwin . + # Should also succeed + darwin-rebuild build \ + --flake git+file:///tmp/test-nix-darwin-submodules?submodules=1#simple \ + --override-input darwin .