From 130ad22816077a23605192584d5688d2a3d64360 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Wed, 6 Mar 2024 18:31:27 +0530 Subject: [PATCH] Flake organised bruh --- flake.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index 23e7f472..66cd17a4 100644 --- a/flake.nix +++ b/flake.nix @@ -47,11 +47,8 @@ system = systemSettings.systemarch; } // featureSupport "znver4"; - config = { - allowUnfree = true; - allowUnfreePredicate = (_: true); - }; - # overlays = [ rust-overlay.overlays.default ]; + config = { allowUnfree = true; + allowUnfreePredicate = (_: true); }; }; pkgs-unstable = import nixpkgs-unstable { # Add zen4 support @@ -62,11 +59,8 @@ system = systemSettings.systemarch; } // featureSupport "znver4"; - config = { - allowUnfree = true; - allowUnfreePredicate = (_: true); - }; - # overlays = [ rust-overlay.overlays.default ]; + config = { allowUnfree = true; + allowUnfreePredicate = (_: true); }; }; in {