diff --git a/flake.nix b/flake.nix index a29a965..3e8f493 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,9 @@ let pkgs = import nixpkgs { inherit system; + config = { + allowUnfree = true; + }; }; inherit (pkgs) lib; scope = lib.makeScope pkgs.newScope (final: self.overlays.default (pkgs // final) pkgs);