fix: allow unfree for nomad install (BSL license)

This commit is contained in:
Christopher Mühl 2026-02-18 13:11:52 +01:00
parent 644dfc4978
commit 95bf5517f7
No known key found for this signature in database
GPG key ID: 925AC7D69955293F

View file

@ -46,7 +46,7 @@ runs:
steps: steps:
- name: Install tools - name: Install tools
shell: bash 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 - name: Build site
shell: bash shell: bash