Fix building with Colmena.
Apply overlays and nixpkgs imports once Do not set hostPlatform explicitly, set it from the network.json file
This commit is contained in:
@@ -18,7 +18,7 @@ final: prev:
|
||||
qemu = prev.qemu.override { sdlSupport = true; };
|
||||
# Overrides of packages
|
||||
attic-client = prev.attic-client.overrideAttrs {
|
||||
patches = prev.attic-client.patches ++ [ ./attic-client.patch ];
|
||||
# patches = prev.attic-client.patches ++ [ ./attic-client.patch ];
|
||||
};
|
||||
libbluray-custom = prev.libbluray.override {
|
||||
withAACS = true;
|
||||
|
||||
Reference in New Issue
Block a user