From 95bf5517f7c94a72509be6e0f48cee28dd8898a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=BChl?= Date: Wed, 18 Feb 2026 13:11:52 +0100 Subject: [PATCH] fix: allow unfree for nomad install (BSL license) --- deploy-static-site/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-static-site/action.yaml b/deploy-static-site/action.yaml index 11e9de7..6384f4b 100644 --- a/deploy-static-site/action.yaml +++ b/deploy-static-site/action.yaml @@ -46,7 +46,7 @@ runs: steps: - name: Install tools shell: bash - run: nix profile install nixpkgs#nomad nixpkgs#awscli2 + run: NIXPKGS_ALLOW_UNFREE=1 nix profile install --impure nixpkgs#nomad nixpkgs#awscli2 - name: Build site shell: bash