diff --git a/flake.nix b/flake.nix index 6088bb6..0c9bc21 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ options = "--delete-older-than 30d"; }; nix.optimise.automatic = true; - channels-config.allowUnfree = false; + channels-config.allowUnfree = true; # Configure Flake Utils Plus supportedSystems = inputs.snowfall-lib.inputs.flake-utils-plus.lib.defaultSystems ++ ["i686-linux"];