From 634349922551e1ea8ca6e6f403fa797cdd065ebc Mon Sep 17 00:00:00 2001 From: jasmine Date: Thu, 19 Jun 2025 09:08:29 +0800 Subject: [PATCH] chore: fix unfree --- overlays/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/default.nix b/overlays/default.nix index fce11f2..ba218f6 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -20,7 +20,7 @@ unstable-packages = final: _prev: { unstable = import inputs.nixpkgs-unstable { system = final.system; - config.allowUnfree = true; + config.allowUnfree = false; }; }; }