There was an error while loading. Please reload this page.
1 parent 82f2b9c commit e24cea8Copy full SHA for e24cea8
1 file changed
flake.nix
@@ -11,6 +11,8 @@
11
let
12
pkgs = import nixpkgs {
13
inherit system;
14
+ # Allow unfree packages to support the Business Source License 1.1
15
+ config.allowUnfree = true;
16
};
17
deepwork = pkgs.python311Packages.buildPythonPackage {
18
pname = "deepwork";
0 commit comments