From 02bd0740e8931f8c584fd6e92fe00e067b09b802 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 5 Jul 2024 04:02:19 -0500 Subject: [PATCH] refactor(host/orion): allow unfree packages --- hosts/orion/modules/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/orion/modules/nix.nix b/hosts/orion/modules/nix.nix index 653c6490..d78410e4 100644 --- a/hosts/orion/modules/nix.nix +++ b/hosts/orion/modules/nix.nix @@ -1,6 +1,7 @@ { inputs, ... }: { + nixpkgs.config.allowUnfree = true; nix = { nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; settings = {