chore: Update system flake inputs
This commit is contained in:
parent
24d4042df7
commit
8c6a423684
5 changed files with 139 additions and 90 deletions
14
overlays/modifications/fix-ffmpeg_7-full.nix
Normal file
14
overlays/modifications/fix-ffmpeg_7-full.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{inputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
pkgs = import inputs.nixpkgs-485356 {
|
||||
localSystem = {
|
||||
inherit system;
|
||||
};
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
cudaSupport = true;
|
||||
};
|
||||
};
|
||||
in {
|
||||
ffmpeg_7-full = pkgs.ffmpeg_7-full;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue