fix: allow unfree for nomad install (BSL license)
This commit is contained in:
parent
644dfc4978
commit
95bf5517f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue