From 09223c51d8da745dea4fdbfc5212e813a06f5e4d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 22 Oct 2024 20:44:00 -0400 Subject: [PATCH] Fix ci --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 5234c16..89c08c9 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,7 @@ _module.args.pkgs = import inputs.nixpkgs { inherit system; overlays = lib.attrValues self.overlays; + config.allowUnfree = true; }; }; };