reenable stable overlay

This commit is contained in:
Lgmrszd 2025-01-18 02:04:58 +04:00
parent 645741dee6
commit e24934ae66
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -49,17 +49,17 @@
}:
let
system = "x86_64-linux";
# overlay-stable = final: prev: {
# stable = import nixpkgs-stable {
# inherit system;
# config.allowUnfree = true;
# };
# };
overlay-stable = final: prev: {
stable = import nixpkgs-stable {
inherit system;
config.allowUnfree = true;
};
};
overlay-vaapiIntel = final: prev: {
vaapiIntel = prev.vaapiIntel.override { enableHybridCodec = true; };
};
my-overlays = [
# overlay-stable
overlay-stable
overlay-vaapiIntel
];
inherit (inputs.nix-cfg-extra.lib) extra-data;