refactor(host/orion): allow unfree packages
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m12s

This commit is contained in:
Price Hiller 2024-07-05 04:02:19 -05:00
parent 5d1f290612
commit 02bd0740e8
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,6 +1,7 @@
{ inputs, ... }:
{
nixpkgs.config.allowUnfree = true;
nix = {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
settings = {