From b711d02c2a9e80ede02b956cf8c857a300c5e8cf Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 1 Oct 2024 16:26:02 +0200 Subject: [PATCH] CI: Pass -L flag to nix build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7d0d4d9d94..505042e4a83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,4 +16,4 @@ jobs: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - - run: nix build + - run: nix build -L