From c046b956fcbf2e47b56e917cf766d940734cce6b Mon Sep 17 00:00:00 2001 From: kB01 Date: Tue, 16 Sep 2025 01:06:54 +0200 Subject: [PATCH] Updated Systems --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];