allow unfree
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [ nix-minecraft.overlay ];
|
||||
config = { };
|
||||
config = { allowUnfree = true; };
|
||||
};
|
||||
opts = config.services.mc-service;
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user