mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-13 23:28:20 +01:00
reenable stable overlay
This commit is contained in:
parent
645741dee6
commit
e24934ae66
1 changed files with 7 additions and 7 deletions
14
flake.nix
14
flake.nix
|
|
@ -49,17 +49,17 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
# overlay-stable = final: prev: {
|
overlay-stable = final: prev: {
|
||||||
# stable = import nixpkgs-stable {
|
stable = import nixpkgs-stable {
|
||||||
# inherit system;
|
inherit system;
|
||||||
# config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
overlay-vaapiIntel = final: prev: {
|
overlay-vaapiIntel = final: prev: {
|
||||||
vaapiIntel = prev.vaapiIntel.override { enableHybridCodec = true; };
|
vaapiIntel = prev.vaapiIntel.override { enableHybridCodec = true; };
|
||||||
};
|
};
|
||||||
my-overlays = [
|
my-overlays = [
|
||||||
# overlay-stable
|
overlay-stable
|
||||||
overlay-vaapiIntel
|
overlay-vaapiIntel
|
||||||
];
|
];
|
||||||
inherit (inputs.nix-cfg-extra.lib) extra-data;
|
inherit (inputs.nix-cfg-extra.lib) extra-data;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue