From 14a312dd0f574983bf2758012ce108eea7b26529 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 19 Jan 2025 14:37:27 -0500 Subject: [PATCH] formatted nixpkgs settings --- common/global/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/global/default.nix b/common/global/default.nix index d9978fc..67f0009 100644 --- a/common/global/default.nix +++ b/common/global/default.nix @@ -37,9 +37,7 @@ nixpkgs = { overlays = builtins.attrValues outputs.overlays; - config = { - allowUnfree = true; - }; + config.allowUnfree = true; }; services = {