From d19c80a7c10f33d175113cbf0c4435aeb71e5b47 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sun, 1 Feb 2026 14:09:18 +0100 Subject: [PATCH] Remove allowUnfree = true from flake.nix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 262b2901..9afacc68 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,6 @@ inherit system; pkgs = import inputs.nixpkgs { inherit system; - config.allowUnfree = true; }; } );