From 2ed8d4976c6d24b002c17d021410be1358a0896f Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 30 Oct 2024 15:06:03 +0100 Subject: [PATCH] Fix CI --- .forgejo/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 925cf06..5c9aaeb 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -8,4 +8,5 @@ jobs: - uses: actions/checkout@v4 name: Checkout repository - name: Build with nix - run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" + # run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" + run: nix build github:NixOS/nixpkgs#hello --rebuild -L