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
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue