Skip to content

Commit e24cea8

Browse files
committed
chore: allow unfree packages in nixpkgs for BSL 1.1 license
1 parent 82f2b9c commit e24cea8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
let
1212
pkgs = import nixpkgs {
1313
inherit system;
14+
# Allow unfree packages to support the Business Source License 1.1
15+
config.allowUnfree = true;
1416
};
1517
deepwork = pkgs.python311Packages.buildPythonPackage {
1618
pname = "deepwork";

0 commit comments

Comments
 (0)